Html Css Color HEX #B99647 Roti

📋 copy color: '#B99647'

red 185 ◦ green 150 ◦ blue 71

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

Shades of Roti #B99647

Tints of Roti #B99647

RGB

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

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

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

R = 45.57%
G = 36.95%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B99647 (or 0xB99647) is known color: Roti. HEX triplet: B9, 96 and 47. RGB value is (185,150,71). Sum of RGB (Red+Green+Blue) = 185+150+71=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B99647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99647 is #4669B8. Grayscale: #979797. Windows color (decimal): -4614585 or 4691641. OLE color: 4691641.

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

Color convert

RGB 185 150 71 -
CMYK 0 0.19 0.62 0.27
HSL 41.58º 0.45% 0.5% -
HSV(B) 41.58º 0.62% 0.73% -
XYZ 32.05 32.58 10.56 -
YUV 151.46 82.6 151.92 -
System Red Green Blue C M Y K H S L
Decimal 185 150 71 0 0.19 0.62 0.27 41.58 0.45 0.5
Hex B9 96 47 0 13 3E 1B 2A 2D 32
Octal 271 226 107 0 23 76 33 52 55 62
Binary 10111001 10010110 1000111 0 10011 111110 11011 101010 101101 110010

Color Harmonies of #B99647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99647

Black with #B99647

Text Example


Text Example

White with #B99647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99647; }

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

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

background-color css

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

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

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

border-color css

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

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

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