Html Css Color HEX #B49939 Roti

📋 copy color: '#B49939'

red 180 ◦ green 153 ◦ blue 57

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

Shades of Roti #B49939

Tints of Roti #B49939

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.23%

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

R = 46.15%
G = 39.23%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B49939 (or 0xB49939) is known color: Roti. HEX triplet: B4, 99 and 39. RGB value is (180,153,57). Sum of RGB (Red+Green+Blue) = 180+153+57=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B49939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49939 is #4B66C6. Grayscale: #969696. Windows color (decimal): -4941511 or 3774900. OLE color: 3774900.

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

Color convert

RGB 180 153 57 -
CMYK 0 0.15 0.68 0.29
HSL 46.83º 0.52% 0.46% -
HSV(B) 46.83º 0.68% 0.71% -
XYZ 30.95 32.78 8.57 -
YUV 150.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 180 153 57 0 0.15 0.68 0.29 46.83 0.52 0.46
Hex B4 99 39 0 F 44 1D 2F 34 2E
Octal 264 231 71 0 17 104 35 57 64 56
Binary 10110100 10011001 111001 0 1111 1000100 11101 101111 110100 101110

Color Harmonies of #B49939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49939

Black with #B49939

Text Example


Text Example

White with #B49939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49939; }

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

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

background-color css

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

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

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

border-color css

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

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

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