#B89543

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

Shades of Roti #B89543

Tints of Roti #B89543

Color information

#B89543 (or 0xB89543) is unknown color: approx Roti. HEX triplet: B8, 95 and 43. RGB value is (184,149,67). Sum of RGB (Red+Green+Blue) = 184+149+67=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B89543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89543 is #476ABC. Grayscale: #969696. Windows color (decimal): -4680381 or 4429240. OLE color: 4429240.

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

Color convert

RGB18414967-
CMYK00.190.640.28
HSL42.05º46.61%49.22%-
HSV(B)42.05º63.59%72.16%-
XYZ31.5332.099.84-
YUV150.1281.1152.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 67 (26.56% from 255) = 16.75%
R=46%
G=37.25%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841496700.190.640.2842.0546.6149.22
HexB89543013401C2a2f31
Octal27022510302310034525761
Binary10111000100101011000011010011100000011100101010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89543; }

 p { color: rgb(184,149,67); }

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

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

 a { background-color: rgb(184,149,67); }

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

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

 span { border-color: rgb(184,149,67); }

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