Html Css Color HEX #B49637 Roti

📋 copy color: '#B49637'

red 180 ◦ green 150 ◦ blue 55

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

Shades of Roti #B49637

Tints of Roti #B49637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.29%

R = 46.75%
G = 38.96%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B49637 (or 0xB49637) is known color: Roti. HEX triplet: B4, 96 and 37. RGB value is (180,150,55). Sum of RGB (Red+Green+Blue) = 180+150+55=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B49637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49637 is #4B69C8. Grayscale: #949494. Windows color (decimal): -4942281 or 3643060. OLE color: 3643060.

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

Color convert

RGB 180 150 55 -
CMYK 0 0.17 0.69 0.29
HSL 45.6º 0.53% 0.46% -
HSV(B) 45.6º 0.69% 0.71% -
XYZ 30.42 31.79 8.15 -
YUV 148.14 75.44 150.72 -
System Red Green Blue C M Y K H S L
Decimal 180 150 55 0 0.17 0.69 0.29 45.6 0.53 0.46
Hex B4 96 37 0 11 45 1D 2E 35 2E
Octal 264 226 67 0 21 105 35 56 65 56
Binary 10110100 10010110 110111 0 10001 1000101 11101 101110 110101 101110

Color Harmonies of #B49637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49637

Black with #B49637

Text Example


Text Example

White with #B49637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49637; }

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

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

background-color css

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

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

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

border-color css

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

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

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