Html Css Color HEX #B49447 Roti

📋 copy color: '#B49447'

red 180 ◦ green 148 ◦ blue 71

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

Shades of Roti #B49447

Tints of Roti #B49447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.79%

R = 45.11%
G = 37.09%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B49447 (or 0xB49447) is known color: Roti. HEX triplet: B4, 94 and 47. RGB value is (180,148,71). Sum of RGB (Red+Green+Blue) = 180+148+71=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B49447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49447 is #4B6BB8. Grayscale: #959595. Windows color (decimal): -4942777 or 4691124. OLE color: 4691124.

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

Color convert

RGB 180 148 71 -
CMYK 0 0.18 0.61 0.29
HSL 42.39º 0.43% 0.49% -
HSV(B) 42.39º 0.61% 0.71% -
XYZ 30.55 31.34 10.4 -
YUV 148.79 84.1 150.26 -
System Red Green Blue C M Y K H S L
Decimal 180 148 71 0 0.18 0.61 0.29 42.39 0.43 0.49
Hex B4 94 47 0 12 3D 1D 2A 2B 31
Octal 264 224 107 0 22 75 35 52 53 61
Binary 10110100 10010100 1000111 0 10010 111101 11101 101010 101011 110001

Color Harmonies of #B49447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49447

Black with #B49447

Text Example


Text Example

White with #B49447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49447; }

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

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

background-color css

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

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

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

border-color css

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

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

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