Html Css Color HEX #B49144 Roti

📋 copy color: '#B49144'

red 180 ◦ green 145 ◦ blue 68

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

Shades of Roti #B49144

Tints of Roti #B49144

RGB

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

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

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

R = 45.8%
G = 36.9%
B = 17.3%

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

#B49144 (or 0xB49144) is known color: Roti. HEX triplet: B4, 91 and 44. RGB value is (180,145,68). Sum of RGB (Red+Green+Blue) = 180+145+68=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B49144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49144 is #4B6EBB. Grayscale: #939393. Windows color (decimal): -4943548 or 4493748. OLE color: 4493748.

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

Color convert

RGB 180 145 68 -
CMYK 0 0.19 0.62 0.29
HSL 41.25º 0.45% 0.49% -
HSV(B) 41.25º 0.62% 0.71% -
XYZ 29.99 30.37 9.75 -
YUV 146.69 83.6 151.76 -
System Red Green Blue C M Y K H S L
Decimal 180 145 68 0 0.19 0.62 0.29 41.25 0.45 0.49
Hex B4 91 44 0 13 3E 1D 29 2D 31
Octal 264 221 104 0 23 76 35 51 55 61
Binary 10110100 10010001 1000100 0 10011 111110 11101 101001 101101 110001

Color Harmonies of #B49144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49144

Black with #B49144

Text Example


Text Example

White with #B49144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49144; }

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

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

background-color css

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

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

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

border-color css

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

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

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