Html Css Color HEX #B76031 Smoke Tree

📋 copy color: '#B76031'

red 183 ◦ green 96 ◦ blue 49

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

Shades of Smoke Tree #B76031

Tints of Smoke Tree #B76031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

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

R = 55.79%
G = 29.27%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B76031 (or 0xB76031) is known color: Smoke Tree. HEX triplet: B7, 60 and 31. RGB value is (183,96,49). Sum of RGB (Red+Green+Blue) = 183+96+49=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B76031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76031 is #489FCE. Grayscale: #747474. Windows color (decimal): -4759503 or 3236023. OLE color: 3236023.

HSL color Cylindrical-coordinate representation of color #B76031: hue angle of 21.04º 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 #B76031 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 96 49 -
CMYK 0 0.48 0.73 0.28
HSL 21.04º 0.58% 0.45% -
HSV(B) 21.04º 0.73% 0.72% -
XYZ 24.27 18.65 5.23 -
YUV 116.66 89.82 175.32 -
System Red Green Blue C M Y K H S L
Decimal 183 96 49 0 0.48 0.73 0.28 21.04 0.58 0.45
Hex B7 60 31 0 30 49 1C 15 3A 2D
Octal 267 140 61 0 60 111 34 25 72 55
Binary 10110111 1100000 110001 0 110000 1001001 11100 10101 111010 101101

Color Harmonies of #B76031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76031

Black with #B76031

Text Example


Text Example

White with #B76031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76031; }

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

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

background-color css

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

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

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

border-color css

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

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

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