Html Css Color HEX #B49148 Roti

📋 copy color: '#B49148'

red 180 ◦ green 145 ◦ blue 72

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

Shades of Roti #B49148

Tints of Roti #B49148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.14%

R = 45.34%
G = 36.52%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B49148 (or 0xB49148) is known color: Roti. HEX triplet: B4, 91 and 48. RGB value is (180,145,72). Sum of RGB (Red+Green+Blue) = 180+145+72=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B49148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49148 is #4B6EB7. Grayscale: #939393. Windows color (decimal): -4943544 or 4755892. OLE color: 4755892.

HSL color Cylindrical-coordinate representation of color #B49148: hue angle of 40.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B49148 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 145 72 -
CMYK 0 0.19 0.60 0.29
HSL 40.56º 0.43% 0.49% -
HSV(B) 40.56º 0.6% 0.71% -
XYZ 30.12 30.42 10.42 -
YUV 147.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 180 145 72 0 0.19 0.60 0.29 40.56 0.43 0.49
Hex B4 91 48 0 13 3C 1D 29 2B 31
Octal 264 221 110 0 23 74 35 51 53 61
Binary 10110100 10010001 1001000 0 10011 111100 11101 101001 101011 110001

Color Harmonies of #B49148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49148

Black with #B49148

Text Example


Text Example

White with #B49148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49148; }

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

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

background-color css

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

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

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

border-color css

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

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

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