Html Css Color HEX #B99447 Roti

📋 copy color: '#B99447'

red 185 ◦ green 148 ◦ blue 71

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

Shades of Roti #B99447

Tints of Roti #B99447

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

 BLUE value IS 71 (28.13% from 255) = 17.57%

R = 45.79%
G = 36.63%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B99447 (or 0xB99447) is known color: Roti. HEX triplet: B9, 94 and 47. RGB value is (185,148,71). Sum of RGB (Red+Green+Blue) = 185+148+71=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B99447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99447 is #466BB8. Grayscale: #969696. Windows color (decimal): -4615097 or 4691129. OLE color: 4691129.

HSL color Cylindrical-coordinate representation of color #B99447: hue angle of 40.53º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B99447 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 71 -
CMYK 0 0.20 0.62 0.27
HSL 40.53º 0.45% 0.5% -
HSV(B) 40.53º 0.62% 0.73% -
XYZ 31.73 31.95 10.46 -
YUV 150.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 185 148 71 0 0.20 0.62 0.27 40.53 0.45 0.5
Hex B9 94 47 0 14 3E 1B 29 2D 32
Octal 271 224 107 0 24 76 33 51 55 62
Binary 10111001 10010100 1000111 0 10100 111110 11011 101001 101101 110010

Color Harmonies of #B99447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99447

Black with #B99447

Text Example


Text Example

White with #B99447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99447; }

 p { color: rgb(185,148,71); }

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

background-color css

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

 a { background-color: rgb(185,148,71); }

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

border-color css

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

 span { border-color: rgb(185,148,71); }

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