Html Css Color HEX #B49347 Roti

📋 copy color: '#B49347'

red 180 ◦ green 147 ◦ blue 71

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

Shades of Roti #B49347

Tints of Roti #B49347

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 45.23%
G = 36.93%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B49347 (or 0xB49347) is known color: Roti. HEX triplet: B4, 93 and 47. RGB value is (180,147,71). Sum of RGB (Red+Green+Blue) = 180+147+71=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B49347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49347 is #4B6CB8. Grayscale: #949494. Windows color (decimal): -4943033 or 4690868. OLE color: 4690868.

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

Color convert

RGB 180 147 71 -
CMYK 0 0.18 0.61 0.29
HSL 41.83º 0.43% 0.49% -
HSV(B) 41.83º 0.61% 0.71% -
XYZ 30.39 31.03 10.35 -
YUV 148.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 180 147 71 0 0.18 0.61 0.29 41.83 0.43 0.49
Hex B4 93 47 0 12 3D 1D 2A 2B 31
Octal 264 223 107 0 22 75 35 52 53 61
Binary 10110100 10010011 1000111 0 10010 111101 11101 101010 101011 110001

Color Harmonies of #B49347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49347

Black with #B49347

Text Example


Text Example

White with #B49347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49347; }

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

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

background-color css

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

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

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

border-color css

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

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

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