Html Css Color HEX #B99548 Roti

📋 copy color: '#B99548'

red 185 ◦ green 149 ◦ blue 72

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

Shades of Roti #B99548

Tints of Roti #B99548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.73%

R = 45.57%
G = 36.7%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B99548 (or 0xB99548) is known color: Roti. HEX triplet: B9, 95 and 48. RGB value is (185,149,72). Sum of RGB (Red+Green+Blue) = 185+149+72=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B99548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99548 is #466AB7. Grayscale: #979797. Windows color (decimal): -4614840 or 4756921. OLE color: 4756921.

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

Color convert

RGB 185 149 72 -
CMYK 0 0.19 0.61 0.27
HSL 40.88º 0.45% 0.5% -
HSV(B) 40.88º 0.61% 0.73% -
XYZ 31.92 32.28 10.68 -
YUV 150.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 185 149 72 0 0.19 0.61 0.27 40.88 0.45 0.5
Hex B9 95 48 0 13 3D 1B 29 2D 32
Octal 271 225 110 0 23 75 33 51 55 62
Binary 10111001 10010101 1001000 0 10011 111101 11011 101001 101101 110010

Color Harmonies of #B99548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99548

Black with #B99548

Text Example


Text Example

White with #B99548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99548; }

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

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

background-color css

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

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

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

border-color css

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

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

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