Html Css Color HEX #B49247 Roti

📋 copy color: '#B49247'

red 180 ◦ green 146 ◦ blue 71

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

Shades of Roti #B49247

Tints of Roti #B49247

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

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

R = 45.34%
G = 36.78%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B49247 (or 0xB49247) is known color: Roti. HEX triplet: B4, 92 and 47. RGB value is (180,146,71). Sum of RGB (Red+Green+Blue) = 180+146+71=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B49247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49247 is #4B6DB8. Grayscale: #939393. Windows color (decimal): -4943289 or 4690612. OLE color: 4690612.

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

Color convert

RGB 180 146 71 -
CMYK 0 0.19 0.61 0.29
HSL 41.28º 0.43% 0.49% -
HSV(B) 41.28º 0.61% 0.71% -
XYZ 30.24 30.72 10.3 -
YUV 147.62 84.76 151.1 -
System Red Green Blue C M Y K H S L
Decimal 180 146 71 0 0.19 0.61 0.29 41.28 0.43 0.49
Hex B4 92 47 0 13 3D 1D 29 2B 31
Octal 264 222 107 0 23 75 35 51 53 61
Binary 10110100 10010010 1000111 0 10011 111101 11101 101001 101011 110001

Color Harmonies of #B49247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49247

Black with #B49247

Text Example


Text Example

White with #B49247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49247; }

 p { color: rgb(180,146,71); }

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

background-color css

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

 a { background-color: rgb(180,146,71); }

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

border-color css

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

 span { border-color: rgb(180,146,71); }

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