Html Css Color HEX #B49241 Roti

📋 copy color: '#B49241'

red 180 ◦ green 146 ◦ blue 65

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

Shades of Roti #B49241

Tints of Roti #B49241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.62%

R = 46.04%
G = 37.34%
B = 16.62%

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

#B49241 (or 0xB49241) is known color: Roti. HEX triplet: B4, 92 and 41. RGB value is (180,146,65). Sum of RGB (Red+Green+Blue) = 180+146+65=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B49241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49241 is #4B6DBE. Grayscale: #939393. Windows color (decimal): -4943295 or 4297396. OLE color: 4297396.

HSL color Cylindrical-coordinate representation of color #B49241: hue angle of 42.26º degrees, saturation: 0.47, 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 #B49241 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 146 65 -
CMYK 0 0.19 0.64 0.29
HSL 42.26º 0.47% 0.48% -
HSV(B) 42.26º 0.64% 0.71% -
XYZ 30.06 30.64 9.33 -
YUV 146.93 81.76 151.59 -
System Red Green Blue C M Y K H S L
Decimal 180 146 65 0 0.19 0.64 0.29 42.26 0.47 0.48
Hex B4 92 41 0 13 40 1D 2A 2F 30
Octal 264 222 101 0 23 100 35 52 57 60
Binary 10110100 10010010 1000001 0 10011 1000000 11101 101010 101111 110000

Color Harmonies of #B49241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49241

Black with #B49241

Text Example


Text Example

White with #B49241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49241; }

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

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

background-color css

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

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

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

border-color css

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

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

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