Html Css Color HEX #B9964A Roti

📋 copy color: '#B9964A'

red 185 ◦ green 150 ◦ blue 74

#B9964A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roti #B9964A

Tints of Roti #B9964A

RGB

 RED value IS 185 (72.66% from 255) = 45.23%

 GREEN value IS 150 (58.98% from 255) = 36.67%

 BLUE value IS 74 (29.3% from 255) = 18.09%

R = 45.23%
G = 36.67%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9964A (or 0xB9964A) is known color: Roti. HEX triplet: B9, 96 and 4A. RGB value is (185,150,74). Sum of RGB (Red+Green+Blue) = 185+150+74=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9964A is #4669B5. Grayscale: #989898. Windows color (decimal): -4614582 or 4888249. OLE color: 4888249.

HSL color Cylindrical-coordinate representation of color #B9964A: hue angle of 41.08º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9964A is Cyan = 0, Magento = 0.19, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 150 74 -
CMYK 0 0.19 0.6 0.27
HSL 41.08º 0.44% 0.51% -
HSV(B) 41.08º 0.6% 0.73% -
XYZ 32.15 32.62 11.08 -
YUV 151.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 185 150 74 0 0.19 0.6 0.27 41.08 0.44 0.51
Hex B9 96 4A 0 13 3C 1B 29 2C 33
Octal 271 226 112 0 23 74 33 51 54 63
Binary 10111001 10010110 1001010 0 10011 111100 11011 101001 101100 110011

Color Harmonies of #B9964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9964A

Black with #B9964A

Text Example


Text Example

White with #B9964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9964A; }

 p { color: rgb(185,150,74); }

 H1.HeaderClassName
 {
   color: #B9964A;
 }
 .AnyTagClassName
 {
   color: #B9964A;
 }
</style>

background-color css

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

 a { background-color: rgb(185,150,74); }

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

border-color css

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

 span { border-color: rgb(185,150,74); }

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