Html Css Color HEX #B49141 Roti

📋 copy color: '#B49141'

red 180 ◦ green 145 ◦ blue 65

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

Shades of Roti #B49141

Tints of Roti #B49141

RGB

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

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

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

R = 46.15%
G = 37.18%
B = 16.67%

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

#B49141 (or 0xB49141) is known color: Roti. HEX triplet: B4, 91 and 41. RGB value is (180,145,65). Sum of RGB (Red+Green+Blue) = 180+145+65=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B49141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49141 is #4B6EBE. Grayscale: #929292. Windows color (decimal): -4943551 or 4297140. OLE color: 4297140.

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

Color convert

RGB 180 145 65 -
CMYK 0 0.19 0.64 0.29
HSL 41.74º 0.47% 0.48% -
HSV(B) 41.74º 0.64% 0.71% -
XYZ 29.9 30.34 9.28 -
YUV 146.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 180 145 65 0 0.19 0.64 0.29 41.74 0.47 0.48
Hex B4 91 41 0 13 40 1D 2A 2F 30
Octal 264 221 101 0 23 100 35 52 57 60
Binary 10110100 10010001 1000001 0 10011 1000000 11101 101010 101111 110000

Color Harmonies of #B49141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49141

Black with #B49141

Text Example


Text Example

White with #B49141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49141; }

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

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

background-color css

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

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

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

border-color css

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

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

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