Html Css Color HEX #B49444 Roti

📋 copy color: '#B49444'

red 180 ◦ green 148 ◦ blue 68

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

Shades of Roti #B49444

Tints of Roti #B49444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.17%

R = 45.45%
G = 37.37%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B49444 (or 0xB49444) is known color: Roti. HEX triplet: B4, 94 and 44. RGB value is (180,148,68). Sum of RGB (Red+Green+Blue) = 180+148+68=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B49444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49444 is #4B6BBB. Grayscale: #949494. Windows color (decimal): -4942780 or 4494516. OLE color: 4494516.

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

Color convert

RGB 180 148 68 -
CMYK 0 0.18 0.62 0.29
HSL 42.86º 0.45% 0.49% -
HSV(B) 42.86º 0.62% 0.71% -
XYZ 30.46 31.3 9.91 -
YUV 148.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 180 148 68 0 0.18 0.62 0.29 42.86 0.45 0.49
Hex B4 94 44 0 12 3E 1D 2B 2D 31
Octal 264 224 104 0 22 76 35 53 55 61
Binary 10110100 10010100 1000100 0 10010 111110 11101 101011 101101 110001

Color Harmonies of #B49444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49444

Black with #B49444

Text Example


Text Example

White with #B49444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49444; }

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

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

background-color css

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

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

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

border-color css

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

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

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