Html Css Color HEX #B49636 Roti

📋 copy color: '#B49636'

red 180 ◦ green 150 ◦ blue 54

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

Shades of Roti #B49636

Tints of Roti #B49636

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.06%

 BLUE value IS 54 (21.48% from 255) = 14.06%

R = 46.88%
G = 39.06%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#B49636 (or 0xB49636) is known color: Roti. HEX triplet: B4, 96 and 36. RGB value is (180,150,54). Sum of RGB (Red+Green+Blue) = 180+150+54=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B49636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49636 is #4B69C9. Grayscale: #949494. Windows color (decimal): -4942282 or 3577524. OLE color: 3577524.

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

Color convert

RGB 180 150 54 -
CMYK 0 0.17 0.7 0.29
HSL 45.71º 0.54% 0.46% -
HSV(B) 45.71º 0.7% 0.71% -
XYZ 30.39 31.78 8.02 -
YUV 148.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 180 150 54 0 0.17 0.7 0.29 45.71 0.54 0.46
Hex B4 96 36 0 11 46 1D 2E 36 2E
Octal 264 226 66 0 21 106 35 56 66 56
Binary 10110100 10010110 110110 0 10001 1000110 11101 101110 110110 101110

Color Harmonies of #B49636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49636

Black with #B49636

Text Example


Text Example

White with #B49636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49636; }

 p { color: rgb(180,150,54); }

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

background-color css

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

 a { background-color: rgb(180,150,54); }

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

border-color css

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

 span { border-color: rgb(180,150,54); }

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