Html Css Color HEX #B75F32 Smoke Tree

📋 copy color: '#B75F32'

red 183 ◦ green 95 ◦ blue 50

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

Shades of Smoke Tree #B75F32

Tints of Smoke Tree #B75F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

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

R = 55.79%
G = 28.96%
B = 15.24%

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

#B75F32 (or 0xB75F32) is known color: Smoke Tree. HEX triplet: B7, 5F and 32. RGB value is (183,95,50). Sum of RGB (Red+Green+Blue) = 183+95+50=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75F32 is #48A0CD. Grayscale: #747474. Windows color (decimal): -4759758 or 3301303. OLE color: 3301303.

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

Color convert

RGB 183 95 50 -
CMYK 0 0.48 0.73 0.28
HSL 20.3º 0.57% 0.46% -
HSV(B) 20.3º 0.73% 0.72% -
XYZ 24.2 18.48 5.31 -
YUV 116.18 90.65 175.66 -
System Red Green Blue C M Y K H S L
Decimal 183 95 50 0 0.48 0.73 0.28 20.3 0.57 0.46
Hex B7 5F 32 0 30 49 1C 14 39 2E
Octal 267 137 62 0 60 111 34 24 71 56
Binary 10110111 1011111 110010 0 110000 1001001 11100 10100 111001 101110

Color Harmonies of #B75F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75F32

Black with #B75F32

Text Example


Text Example

White with #B75F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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