Html Css Color HEX #B49647 Roti

📋 copy color: '#B49647'

red 180 ◦ green 150 ◦ blue 71

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

Shades of Roti #B49647

Tints of Roti #B49647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.71%

R = 44.89%
G = 37.41%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B49647 (or 0xB49647) is known color: Roti. HEX triplet: B4, 96 and 47. RGB value is (180,150,71). Sum of RGB (Red+Green+Blue) = 180+150+71=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B49647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49647 is #4B69B8. Grayscale: #969696. Windows color (decimal): -4942265 or 4691636. OLE color: 4691636.

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

Color convert

RGB 180 150 71 -
CMYK 0 0.17 0.61 0.29
HSL 43.49º 0.43% 0.49% -
HSV(B) 43.49º 0.61% 0.71% -
XYZ 30.87 31.97 10.51 -
YUV 149.96 83.44 149.42 -
System Red Green Blue C M Y K H S L
Decimal 180 150 71 0 0.17 0.61 0.29 43.49 0.43 0.49
Hex B4 96 47 0 11 3D 1D 2B 2B 31
Octal 264 226 107 0 21 75 35 53 53 61
Binary 10110100 10010110 1000111 0 10001 111101 11101 101011 101011 110001

Color Harmonies of #B49647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49647

Black with #B49647

Text Example


Text Example

White with #B49647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49647; }

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

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

background-color css

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

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

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

border-color css

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

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

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