#B89640

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

Shades of Roti #B89640

Tints of Roti #B89640

Color information

#B89640 (or 0xB89640) is unknown color: approx Roti. HEX triplet: B8, 96 and 40. RGB value is (184,150,64). Sum of RGB (Red+Green+Blue) = 184+150+64=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B89640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89640 is #4769BF. Grayscale: #969696. Windows color (decimal): -4680128 or 4232888. OLE color: 4232888.

HSL color Cylindrical-coordinate representation of color #B89640: hue angle of 43º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B89640 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB18415064-
CMYK00.180.650.28
HSL43º48.39%48.63%-
HSV(B)43º65.22%72.16%-
XYZ31.632.379.43-
YUV150.3679.26151.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.23%
GREEN value IS 150 (58.98% from 255) = 37.69%
BLUE value IS 64 (25.39% from 255) = 16.08%
R=46.23%
G=37.69%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841506400.180.650.284348.3948.63
HexB89640012411C2b3031
Octal27022610002210134536061
Binary10111000100101101000000010010100000111100101011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89640; }

 p { color: rgb(184,150,64); }

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

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

 a { background-color: rgb(184,150,64); }

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

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

 span { border-color: rgb(184,150,64); }

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