Html Css Color HEX #B49736 Roti

📋 copy color: '#B49736'

red 180 ◦ green 151 ◦ blue 54

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

Shades of Roti #B49736

Tints of Roti #B49736

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.22%

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

R = 46.75%
G = 39.22%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#B49736 (or 0xB49736) is known color: Roti. HEX triplet: B4, 97 and 36. RGB value is (180,151,54). Sum of RGB (Red+Green+Blue) = 180+151+54=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B49736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49736 is #4B68C9. Grayscale: #959595. Windows color (decimal): -4942026 or 3577780. OLE color: 3577780.

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

Color convert

RGB 180 151 54 -
CMYK 0 0.16 0.7 0.29
HSL 46.19º 0.54% 0.46% -
HSV(B) 46.19º 0.7% 0.71% -
XYZ 30.55 32.1 8.08 -
YUV 148.61 74.61 150.39 -
System Red Green Blue C M Y K H S L
Decimal 180 151 54 0 0.16 0.7 0.29 46.19 0.54 0.46
Hex B4 97 36 0 10 46 1D 2E 36 2E
Octal 264 227 66 0 20 106 35 56 66 56
Binary 10110100 10010111 110110 0 10000 1000110 11101 101110 110110 101110

Color Harmonies of #B49736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49736

Black with #B49736

Text Example


Text Example

White with #B49736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49736; }

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

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

background-color css

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

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

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

border-color css

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

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

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