#B89345

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

Shades of Roti #B89345

Tints of Roti #B89345

Color information

#B89345 (or 0xB89345) is unknown color: approx Roti. HEX triplet: B8, 93 and 45. RGB value is (184,147,69). Sum of RGB (Red+Green+Blue) = 184+147+69=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B89345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89345 is #476CBA. Grayscale: #959595. Windows color (decimal): -4680891 or 4559800. OLE color: 4559800.

HSL color Cylindrical-coordinate representation of color #B89345: hue angle of 40.7º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B89345 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18414769-
CMYK00.200.620.28
HSL40.7º45.45%49.61%-
HSV(B)40.7º62.5%72.16%-
XYZ31.2831.4910.06-
YUV149.1782.76152.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 69 (27.34% from 255) = 17.25%
R=46%
G=36.75%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841476900.200.620.2840.745.4549.61
HexB893450143E1C292d32
Octal2702231050247634515562
Binary1011100010010011100010101010011111011100101001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89345; }

 p { color: rgb(184,147,69); }

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

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

 a { background-color: rgb(184,147,69); }

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

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

 span { border-color: rgb(184,147,69); }

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