Html Css Color HEX #B49140 Roti

📋 copy color: '#B49140'

red 180 ◦ green 145 ◦ blue 64

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

Shades of Roti #B49140

Tints of Roti #B49140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.45%

R = 46.27%
G = 37.28%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B49140 (or 0xB49140) is known color: Roti. HEX triplet: B4, 91 and 40. RGB value is (180,145,64). Sum of RGB (Red+Green+Blue) = 180+145+64=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B49140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49140 is #4B6EBF. Grayscale: #929292. Windows color (decimal): -4943552 or 4231604. OLE color: 4231604.

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

Color convert

RGB 180 145 64 -
CMYK 0 0.19 0.64 0.29
HSL 41.9º 0.48% 0.48% -
HSV(B) 41.9º 0.64% 0.71% -
XYZ 29.87 30.32 9.13 -
YUV 146.23 81.6 152.09 -
System Red Green Blue C M Y K H S L
Decimal 180 145 64 0 0.19 0.64 0.29 41.9 0.48 0.48
Hex B4 91 40 0 13 40 1D 2A 30 30
Octal 264 221 100 0 23 100 35 52 60 60
Binary 10110100 10010001 1000000 0 10011 1000000 11101 101010 110000 110000

Color Harmonies of #B49140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49140

Black with #B49140

Text Example


Text Example

White with #B49140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49140; }

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

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

background-color css

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

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

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

border-color css

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

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

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