Html Css Color HEX #B99546 Roti

📋 copy color: '#B99546'

red 185 ◦ green 149 ◦ blue 70

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

Shades of Roti #B99546

Tints of Roti #B99546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.33%

R = 45.79%
G = 36.88%
B = 17.33%

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

#B99546 (or 0xB99546) is known color: Roti. HEX triplet: B9, 95 and 46. RGB value is (185,149,70). Sum of RGB (Red+Green+Blue) = 185+149+70=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B99546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99546 is #466AB9. Grayscale: #979797. Windows color (decimal): -4614842 or 4625849. OLE color: 4625849.

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

Color convert

RGB 185 149 70 -
CMYK 0 0.19 0.62 0.27
HSL 41.22º 0.45% 0.5% -
HSV(B) 41.22º 0.62% 0.73% -
XYZ 31.86 32.25 10.34 -
YUV 150.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 185 149 70 0 0.19 0.62 0.27 41.22 0.45 0.5
Hex B9 95 46 0 13 3E 1B 29 2D 32
Octal 271 225 106 0 23 76 33 51 55 62
Binary 10111001 10010101 1000110 0 10011 111110 11011 101001 101101 110010

Color Harmonies of #B99546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99546

Black with #B99546

Text Example


Text Example

White with #B99546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99546; }

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

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

background-color css

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

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

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

border-color css

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

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

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