#B69B43

Color #B69B43 Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #B69B43

Tints of Roti #B69B43

Color information

#B69B43 (or 0xB69B43) is unknown color: approx Roti. HEX triplet: B6, 9B and 43. RGB value is (182,155,67). Sum of RGB (Red+Green+Blue) = 182+155+67=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69B43 is #4964BC. Grayscale: #999999. Windows color (decimal): -4809917 or 4430774. OLE color: 4430774.

HSL color Cylindrical-coordinate representation of color #B69B43: hue angle of 45.91º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B69B43 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB18215567-
CMYK00.150.630.29
HSL45.91º46.18%48.82%-
HSV(B)45.91º63.19%71.37%-
XYZ32.0333.7910.14-
YUV153.0479.45148.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 155 (60.94% from 255) = 38.37%
BLUE value IS 67 (26.56% from 255) = 16.58%
R=45.05%
G=38.37%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821556700.150.630.2945.9146.1848.82
HexB69B430F3F1D2e2e31
Octal2662331030177735565661
Binary101101101001101110000110111111111111101101110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B43; }

 p { color: rgb(182,155,67); }

 H1.HeaderClassName
 {
   color: #B69B43;
 }
 .AnyTagClassName
 {
   color: #B69B43;
 }
</style>
background-color css

<style>
 a { background-color: #B69B43; }

 a { background-color: rgb(182,155,67); }

 div.DivClassName
 {
   background-color: #B69B43;
 }
 .BgClassName
 {
   background-color: #B69B43;
 }
</style>
border-color css

<style>
 span { border-color: #B69B43; }

 span { border-color: rgb(182,155,67); }

 td.TdClassName
 {
   border-color: #B69B43;
 }
 .TagClassName
 {
   border-color: #B69B43;
 }
</style>