Html Css Color HEX #B99549 Roti

📋 copy color: '#B99549'

red 185 ◦ green 149 ◦ blue 73

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

Shades of Roti #B99549

Tints of Roti #B99549

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

 BLUE value IS 73 (28.91% from 255) = 17.94%

R = 45.45%
G = 36.61%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B99549 (or 0xB99549) is known color: Roti. HEX triplet: B9, 95 and 49. RGB value is (185,149,73). Sum of RGB (Red+Green+Blue) = 185+149+73=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B99549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99549 is #466AB6. Grayscale: #979797. Windows color (decimal): -4614839 or 4822457. OLE color: 4822457.

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

Color convert

RGB 185 149 73 -
CMYK 0 0.19 0.61 0.27
HSL 40.71º 0.44% 0.51% -
HSV(B) 40.71º 0.61% 0.73% -
XYZ 31.96 32.29 10.85 -
YUV 151.1 83.93 152.18 -
System Red Green Blue C M Y K H S L
Decimal 185 149 73 0 0.19 0.61 0.27 40.71 0.44 0.51
Hex B9 95 49 0 13 3D 1B 29 2C 33
Octal 271 225 111 0 23 75 33 51 54 63
Binary 10111001 10010101 1001001 0 10011 111101 11011 101001 101100 110011

Color Harmonies of #B99549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99549

Black with #B99549

Text Example


Text Example

White with #B99549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99549; }

 p { color: rgb(185,149,73); }

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

background-color css

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

 a { background-color: rgb(185,149,73); }

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

border-color css

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

 span { border-color: rgb(185,149,73); }

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