Html Css Color HEX #B99749 Roti

📋 copy color: '#B99749'

red 185 ◦ green 151 ◦ blue 73

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

Shades of Roti #B99749

Tints of Roti #B99749

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.92%

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

R = 45.23%
G = 36.92%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B99749 (or 0xB99749) is known color: Roti. HEX triplet: B9, 97 and 49. RGB value is (185,151,73). Sum of RGB (Red+Green+Blue) = 185+151+73=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B99749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99749 is #4668B6. Grayscale: #989898. Windows color (decimal): -4614327 or 4822969. OLE color: 4822969.

HSL color Cylindrical-coordinate representation of color #B99749: hue angle of 41.79º 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 #B99749 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 151 73 -
CMYK 0 0.18 0.61 0.27
HSL 41.79º 0.44% 0.51% -
HSV(B) 41.79º 0.61% 0.73% -
XYZ 32.28 32.93 10.96 -
YUV 152.27 83.26 151.34 -
System Red Green Blue C M Y K H S L
Decimal 185 151 73 0 0.18 0.61 0.27 41.79 0.44 0.51
Hex B9 97 49 0 12 3D 1B 2A 2C 33
Octal 271 227 111 0 22 75 33 52 54 63
Binary 10111001 10010111 1001001 0 10010 111101 11011 101010 101100 110011

Color Harmonies of #B99749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99749

Black with #B99749

Text Example


Text Example

White with #B99749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99749; }

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

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

background-color css

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

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

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

border-color css

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

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

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