Html Css Color HEX #B75B32 Smoke Tree

📋 copy color: '#B75B32'

red 183 ◦ green 91 ◦ blue 50

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

Shades of Smoke Tree #B75B32

Tints of Smoke Tree #B75B32

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

 BLUE value IS 50 (19.92% from 255) = 15.43%

R = 56.48%
G = 28.09%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B75B32 (or 0xB75B32) is known color: Smoke Tree. HEX triplet: B7, 5B and 32. RGB value is (183,91,50). Sum of RGB (Red+Green+Blue) = 183+91+50=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75B32 is #48A4CD. Grayscale: #727272. Windows color (decimal): -4760782 or 3300279. OLE color: 3300279.

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

Color convert

RGB 183 91 50 -
CMYK 0 0.50 0.73 0.28
HSL 18.5º 0.57% 0.46% -
HSV(B) 18.5º 0.73% 0.72% -
XYZ 23.85 17.78 5.19 -
YUV 113.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 183 91 50 0 0.50 0.73 0.28 18.5 0.57 0.46
Hex B7 5B 32 0 32 49 1C 12 39 2E
Octal 267 133 62 0 62 111 34 22 71 56
Binary 10110111 1011011 110010 0 110010 1001001 11100 10010 111001 101110

Color Harmonies of #B75B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75B32

Black with #B75B32

Text Example


Text Example

White with #B75B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75B32; }

 p { color: rgb(183,91,50); }

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

background-color css

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

 a { background-color: rgb(183,91,50); }

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

border-color css

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

 span { border-color: rgb(183,91,50); }

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