Html Css Color HEX #B49439 Roti

📋 copy color: '#B49439'

red 180 ◦ green 148 ◦ blue 57

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

Shades of Roti #B49439

Tints of Roti #B49439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.81%

R = 46.75%
G = 38.44%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B49439 (or 0xB49439) is known color: Roti. HEX triplet: B4, 94 and 39. RGB value is (180,148,57). Sum of RGB (Red+Green+Blue) = 180+148+57=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B49439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49439 is #4B6BC6. Grayscale: #939393. Windows color (decimal): -4942791 or 3773620. OLE color: 3773620.

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

Color convert

RGB 180 148 57 -
CMYK 0 0.18 0.68 0.29
HSL 44.39º 0.52% 0.46% -
HSV(B) 44.39º 0.68% 0.71% -
XYZ 30.15 31.18 8.3 -
YUV 147.19 77.1 151.4 -
System Red Green Blue C M Y K H S L
Decimal 180 148 57 0 0.18 0.68 0.29 44.39 0.52 0.46
Hex B4 94 39 0 12 44 1D 2C 34 2E
Octal 264 224 71 0 22 104 35 54 64 56
Binary 10110100 10010100 111001 0 10010 1000100 11101 101100 110100 101110

Color Harmonies of #B49439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49439

Black with #B49439

Text Example


Text Example

White with #B49439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49439; }

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

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

background-color css

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

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

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

border-color css

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

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

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