Html Css Color HEX #B49244 Roti

📋 copy color: '#B49244'

red 180 ◦ green 146 ◦ blue 68

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

Shades of Roti #B49244

Tints of Roti #B49244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.26%

R = 45.69%
G = 37.06%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B49244 (or 0xB49244) is known color: Roti. HEX triplet: B4, 92 and 44. RGB value is (180,146,68). Sum of RGB (Red+Green+Blue) = 180+146+68=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B49244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49244 is #4B6DBB. Grayscale: #939393. Windows color (decimal): -4943292 or 4494004. OLE color: 4494004.

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

Color convert

RGB 180 146 68 -
CMYK 0 0.19 0.62 0.29
HSL 41.79º 0.45% 0.49% -
HSV(B) 41.79º 0.62% 0.71% -
XYZ 30.14 30.68 9.8 -
YUV 147.27 83.26 151.34 -
System Red Green Blue C M Y K H S L
Decimal 180 146 68 0 0.19 0.62 0.29 41.79 0.45 0.49
Hex B4 92 44 0 13 3E 1D 2A 2D 31
Octal 264 222 104 0 23 76 35 52 55 61
Binary 10110100 10010010 1000100 0 10011 111110 11101 101010 101101 110001

Color Harmonies of #B49244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49244

Black with #B49244

Text Example


Text Example

White with #B49244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49244; }

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

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

background-color css

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

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

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

border-color css

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

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

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