Html Css Color HEX #B49047 Roti

📋 copy color: '#B49047'

red 180 ◦ green 144 ◦ blue 71

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

Shades of Roti #B49047

Tints of Roti #B49047

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.46%

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

R = 45.57%
G = 36.46%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B49047 (or 0xB49047) is known color: Roti. HEX triplet: B4, 90 and 47. RGB value is (180,144,71). Sum of RGB (Red+Green+Blue) = 180+144+71=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B49047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49047 is #4B6FB8. Grayscale: #929292. Windows color (decimal): -4943801 or 4690100. OLE color: 4690100.

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

Color convert

RGB 180 144 71 -
CMYK 0 0.2 0.61 0.29
HSL 40.18º 0.43% 0.49% -
HSV(B) 40.18º 0.61% 0.71% -
XYZ 29.93 30.1 10.19 -
YUV 146.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 180 144 71 0 0.2 0.61 0.29 40.18 0.43 0.49
Hex B4 90 47 0 14 3D 1D 28 2B 31
Octal 264 220 107 0 24 75 35 50 53 61
Binary 10110100 10010000 1000111 0 10100 111101 11101 101000 101011 110001

Color Harmonies of #B49047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49047

Black with #B49047

Text Example


Text Example

White with #B49047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49047; }

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

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

background-color css

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

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

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

border-color css

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

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

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