Html Css Color HEX #B49248 Roti

📋 copy color: '#B49248'

red 180 ◦ green 146 ◦ blue 72

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

Shades of Roti #B49248

Tints of Roti #B49248

RGB

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

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

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

R = 45.23%
G = 36.68%
B = 18.09%

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

#B49248 (or 0xB49248) is known color: Roti. HEX triplet: B4, 92 and 48. RGB value is (180,146,72). Sum of RGB (Red+Green+Blue) = 180+146+72=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B49248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49248 is #4B6DB7. Grayscale: #949494. Windows color (decimal): -4943288 or 4756148. OLE color: 4756148.

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

Color convert

RGB 180 146 72 -
CMYK 0 0.19 0.60 0.29
HSL 41.11º 0.43% 0.49% -
HSV(B) 41.11º 0.6% 0.71% -
XYZ 30.27 30.73 10.47 -
YUV 147.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 180 146 72 0 0.19 0.60 0.29 41.11 0.43 0.49
Hex B4 92 48 0 13 3C 1D 29 2B 31
Octal 264 222 110 0 23 74 35 51 53 61
Binary 10110100 10010010 1001000 0 10011 111100 11101 101001 101011 110001

Color Harmonies of #B49248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49248

Black with #B49248

Text Example


Text Example

White with #B49248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49248; }

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

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

background-color css

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

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

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

border-color css

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

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

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