Html Css Color HEX #B49145 Roti

📋 copy color: '#B49145'

red 180 ◦ green 145 ◦ blue 69

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

Shades of Roti #B49145

Tints of Roti #B49145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.51%

R = 45.69%
G = 36.8%
B = 17.51%

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

#B49145 (or 0xB49145) is known color: Roti. HEX triplet: B4, 91 and 45. RGB value is (180,145,69). Sum of RGB (Red+Green+Blue) = 180+145+69=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B49145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49145 is #4B6EBA. Grayscale: #939393. Windows color (decimal): -4943547 or 4559284. OLE color: 4559284.

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

Color convert

RGB 180 145 69 -
CMYK 0 0.19 0.62 0.29
HSL 41.08º 0.45% 0.49% -
HSV(B) 41.08º 0.62% 0.71% -
XYZ 30.02 30.38 9.91 -
YUV 146.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 180 145 69 0 0.19 0.62 0.29 41.08 0.45 0.49
Hex B4 91 45 0 13 3E 1D 29 2D 31
Octal 264 221 105 0 23 76 35 51 55 61
Binary 10110100 10010001 1000101 0 10011 111110 11101 101001 101101 110001

Color Harmonies of #B49145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49145

Black with #B49145

Text Example


Text Example

White with #B49145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49145; }

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

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

background-color css

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

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

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

border-color css

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

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

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