Html Css Color HEX #B49446 Roti

📋 copy color: '#B49446'

red 180 ◦ green 148 ◦ blue 70

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

Shades of Roti #B49446

Tints of Roti #B49446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.59%

R = 45.23%
G = 37.19%
B = 17.59%

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

#B49446 (or 0xB49446) is known color: Roti. HEX triplet: B4, 94 and 46. RGB value is (180,148,70). Sum of RGB (Red+Green+Blue) = 180+148+70=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B49446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49446 is #4B6BB9. Grayscale: #959595. Windows color (decimal): -4942778 or 4625588. OLE color: 4625588.

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

Color convert

RGB 180 148 70 -
CMYK 0 0.18 0.61 0.29
HSL 42.55º 0.44% 0.49% -
HSV(B) 42.55º 0.61% 0.71% -
XYZ 30.52 31.33 10.23 -
YUV 148.68 83.6 150.34 -
System Red Green Blue C M Y K H S L
Decimal 180 148 70 0 0.18 0.61 0.29 42.55 0.44 0.49
Hex B4 94 46 0 12 3D 1D 2B 2C 31
Octal 264 224 106 0 22 75 35 53 54 61
Binary 10110100 10010100 1000110 0 10010 111101 11101 101011 101100 110001

Color Harmonies of #B49446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49446

Black with #B49446

Text Example


Text Example

White with #B49446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49446; }

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

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

background-color css

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

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

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

border-color css

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

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

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