Html Css Color HEX #B76131 Smoke Tree

📋 copy color: '#B76131'

red 183 ◦ green 97 ◦ blue 49

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

Shades of Smoke Tree #B76131

Tints of Smoke Tree #B76131

RGB

 RED value IS 183 (71.88% from 255) = 55.62%

 GREEN value IS 97 (38.28% from 255) = 29.48%

 BLUE value IS 49 (19.53% from 255) = 14.89%

R = 55.62%
G = 29.48%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B76131 (or 0xB76131) is known color: Smoke Tree. HEX triplet: B7, 61 and 31. RGB value is (183,97,49). Sum of RGB (Red+Green+Blue) = 183+97+49=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B76131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76131 is #489ECE. Grayscale: #757575. Windows color (decimal): -4759247 or 3236279. OLE color: 3236279.

HSL color Cylindrical-coordinate representation of color #B76131: hue angle of 21.49º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B76131 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 97 49 -
CMYK 0 0.47 0.73 0.28
HSL 21.49º 0.58% 0.45% -
HSV(B) 21.49º 0.73% 0.72% -
XYZ 24.36 18.84 5.26 -
YUV 117.24 89.49 174.9 -
System Red Green Blue C M Y K H S L
Decimal 183 97 49 0 0.47 0.73 0.28 21.49 0.58 0.45
Hex B7 61 31 0 2F 49 1C 15 3A 2D
Octal 267 141 61 0 57 111 34 25 72 55
Binary 10110111 1100001 110001 0 101111 1001001 11100 10101 111010 101101

Color Harmonies of #B76131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76131

Black with #B76131

Text Example


Text Example

White with #B76131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76131; }

 p { color: rgb(183,97,49); }

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

background-color css

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

 a { background-color: rgb(183,97,49); }

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

border-color css

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

 span { border-color: rgb(183,97,49); }

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