Html Css Color HEX #B49448 Roti

📋 copy color: '#B49448'

red 180 ◦ green 148 ◦ blue 72

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

Shades of Roti #B49448

Tints of Roti #B49448

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

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

R = 45%
G = 37%
B = 18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B49448 (or 0xB49448) is known color: Roti. HEX triplet: B4, 94 and 48. RGB value is (180,148,72). Sum of RGB (Red+Green+Blue) = 180+148+72=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B49448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49448 is #4B6BB7. Grayscale: #959595. Windows color (decimal): -4942776 or 4756660. OLE color: 4756660.

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

Color convert

RGB 180 148 72 -
CMYK 0 0.18 0.60 0.29
HSL 42.22º 0.43% 0.49% -
HSV(B) 42.22º 0.6% 0.71% -
XYZ 30.58 31.35 10.57 -
YUV 148.9 84.6 150.18 -
System Red Green Blue C M Y K H S L
Decimal 180 148 72 0 0.18 0.60 0.29 42.22 0.43 0.49
Hex B4 94 48 0 12 3C 1D 2A 2B 31
Octal 264 224 110 0 22 74 35 52 53 61
Binary 10110100 10010100 1001000 0 10010 111100 11101 101010 101011 110001

Color Harmonies of #B49448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49448

Black with #B49448

Text Example


Text Example

White with #B49448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49448; }

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

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

background-color css

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

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

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

border-color css

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

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

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