Html Css Color HEX #B75C32 Smoke Tree

📋 copy color: '#B75C32'

red 183 ◦ green 92 ◦ blue 50

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

Shades of Smoke Tree #B75C32

Tints of Smoke Tree #B75C32

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.31%

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

R = 56.31%
G = 28.31%
B = 15.38%

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

#B75C32 (or 0xB75C32) is known color: Smoke Tree. HEX triplet: B7, 5C and 32. RGB value is (183,92,50). Sum of RGB (Red+Green+Blue) = 183+92+50=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75C32 is #48A3CD. Grayscale: #727272. Windows color (decimal): -4760526 or 3300535. OLE color: 3300535.

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

Color convert

RGB 183 92 50 -
CMYK 0 0.50 0.73 0.28
HSL 18.95º 0.57% 0.46% -
HSV(B) 18.95º 0.73% 0.72% -
XYZ 23.93 17.95 5.22 -
YUV 114.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 183 92 50 0 0.50 0.73 0.28 18.95 0.57 0.46
Hex B7 5C 32 0 32 49 1C 13 39 2E
Octal 267 134 62 0 62 111 34 23 71 56
Binary 10110111 1011100 110010 0 110010 1001001 11100 10011 111001 101110

Color Harmonies of #B75C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75C32

Black with #B75C32

Text Example


Text Example

White with #B75C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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