Html Css Color HEX #B49149 Roti

📋 copy color: '#B49149'

red 180 ◦ green 145 ◦ blue 73

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

Shades of Roti #B49149

Tints of Roti #B49149

RGB

 RED value IS 180 (70.7% from 255) = 45.23%

 GREEN value IS 145 (57.03% from 255) = 36.43%

 BLUE value IS 73 (28.91% from 255) = 18.34%

R = 45.23%
G = 36.43%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B49149 (or 0xB49149) is known color: Roti. HEX triplet: B4, 91 and 49. RGB value is (180,145,73). Sum of RGB (Red+Green+Blue) = 180+145+73=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B49149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49149 is #4B6EB6. Grayscale: #939393. Windows color (decimal): -4943543 or 4821428. OLE color: 4821428.

HSL color Cylindrical-coordinate representation of color #B49149: hue angle of 40.37º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B49149 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 145 73 -
CMYK 0 0.19 0.59 0.29
HSL 40.37º 0.42% 0.5% -
HSV(B) 40.37º 0.59% 0.71% -
XYZ 30.15 30.44 10.59 -
YUV 147.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 180 145 73 0 0.19 0.59 0.29 40.37 0.42 0.5
Hex B4 91 49 0 13 3B 1D 28 2A 32
Octal 264 221 111 0 23 73 35 50 52 62
Binary 10110100 10010001 1001001 0 10011 111011 11101 101000 101010 110010

Color Harmonies of #B49149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49149

Black with #B49149

Text Example


Text Example

White with #B49149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49149; }

 p { color: rgb(180,145,73); }

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

background-color css

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

 a { background-color: rgb(180,145,73); }

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

border-color css

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

 span { border-color: rgb(180,145,73); }

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