Html Css Color HEX #B99347 Roti

📋 copy color: '#B99347'

red 185 ◦ green 147 ◦ blue 71

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

Shades of Roti #B99347

Tints of Roti #B99347

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

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

R = 45.91%
G = 36.48%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B99347 (or 0xB99347) is known color: Roti. HEX triplet: B9, 93 and 47. RGB value is (185,147,71). Sum of RGB (Red+Green+Blue) = 185+147+71=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B99347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99347 is #466CB8. Grayscale: #969696. Windows color (decimal): -4615353 or 4690873. OLE color: 4690873.

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

Color convert

RGB 185 147 71 -
CMYK 0 0.21 0.62 0.27
HSL 40º 0.45% 0.5% -
HSV(B) 40º 0.62% 0.73% -
XYZ 31.58 31.64 10.4 -
YUV 149.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 185 147 71 0 0.21 0.62 0.27 40 0.45 0.5
Hex B9 93 47 0 15 3E 1B 28 2D 32
Octal 271 223 107 0 25 76 33 50 55 62
Binary 10111001 10010011 1000111 0 10101 111110 11011 101000 101101 110010

Color Harmonies of #B99347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99347

Black with #B99347

Text Example


Text Example

White with #B99347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99347; }

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

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

background-color css

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

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

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

border-color css

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

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

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