#B89935

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

Shades of Roti #B89935

Tints of Roti #B89935

Color information

#B89935 (or 0xB89935) is unknown color: approx Roti. HEX triplet: B8, 99 and 35. RGB value is (184,153,53). Sum of RGB (Red+Green+Blue) = 184+153+53=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B89935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89935 is #4766CA. Grayscale: #979797. Windows color (decimal): -4679371 or 3512760. OLE color: 3512760.

HSL color Cylindrical-coordinate representation of color #B89935: hue angle of 45.8º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B89935 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB18415353-
CMYK00.170.710.28
HSL45.8º55.27%46.47%-
HSV(B)45.8º71.2%72.16%-
XYZ31.833.238.11-
YUV150.8772.77151.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.18%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 53 (21.09% from 255) = 13.59%
R=47.18%
G=39.23%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841535300.170.710.2845.855.2746.47
HexB89935011471C2e372e
Octal2702316502110734566756
Binary1011100010011001110101010001100011111100101110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89935; }

 p { color: rgb(184,153,53); }

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

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

 a { background-color: rgb(184,153,53); }

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

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

 span { border-color: rgb(184,153,53); }

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