Html Css Color HEX #B49142 Roti

📋 copy color: '#B49142'

red 180 ◦ green 145 ◦ blue 66

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

Shades of Roti #B49142

Tints of Roti #B49142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.88%

R = 46.04%
G = 37.08%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B49142 (or 0xB49142) is known color: Roti. HEX triplet: B4, 91 and 42. RGB value is (180,145,66). Sum of RGB (Red+Green+Blue) = 180+145+66=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B49142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49142 is #4B6EBD. Grayscale: #929292. Windows color (decimal): -4943550 or 4362676. OLE color: 4362676.

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

Color convert

RGB 180 145 66 -
CMYK 0 0.19 0.63 0.29
HSL 41.58º 0.46% 0.48% -
HSV(B) 41.58º 0.63% 0.71% -
XYZ 29.93 30.35 9.43 -
YUV 146.46 82.6 151.92 -
System Red Green Blue C M Y K H S L
Decimal 180 145 66 0 0.19 0.63 0.29 41.58 0.46 0.48
Hex B4 91 42 0 13 3F 1D 2A 2E 30
Octal 264 221 102 0 23 77 35 52 56 60
Binary 10110100 10010001 1000010 0 10011 111111 11101 101010 101110 110000

Color Harmonies of #B49142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49142

Black with #B49142

Text Example


Text Example

White with #B49142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49142; }

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

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

background-color css

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

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

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

border-color css

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

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

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