Html Css Color HEX #B39149 Roti

📋 copy color: '#B39149'

red 179 ◦ green 145 ◦ blue 73

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

Shades of Roti #B39149

Tints of Roti #B39149

RGB

 RED value IS 179 (70.31% from 255) = 45.09%

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

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

R = 45.09%
G = 36.52%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B39149 (or 0xB39149) is known color: Roti. HEX triplet: B3, 91 and 49. RGB value is (179,145,73). Sum of RGB (Red+Green+Blue) = 179+145+73=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B39149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39149 is #4C6EB6. Grayscale: #939393. Windows color (decimal): -5009079 or 4821427. OLE color: 4821427.

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

Color convert

RGB 179 145 73 -
CMYK 0 0.19 0.59 0.30
HSL 40.75º 0.42% 0.49% -
HSV(B) 40.75º 0.59% 0.7% -
XYZ 29.92 30.32 10.58 -
YUV 146.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 179 145 73 0 0.19 0.59 0.30 40.75 0.42 0.49
Hex B3 91 49 0 13 3B 1E 29 2A 31
Octal 263 221 111 0 23 73 36 51 52 61
Binary 10110011 10010001 1001001 0 10011 111011 11110 101001 101010 110001

Color Harmonies of #B39149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39149

Black with #B39149

Text Example


Text Example

White with #B39149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39149; }

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

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

background-color css

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

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

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

border-color css

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

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

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