Html Css Color HEX #B75A32 Smoke Tree

📋 copy color: '#B75A32'

red 183 ◦ green 90 ◦ blue 50

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

Shades of Smoke Tree #B75A32

Tints of Smoke Tree #B75A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

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

R = 56.66%
G = 27.86%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B75A32 (or 0xB75A32) is known color: Smoke Tree. HEX triplet: B7, 5A and 32. RGB value is (183,90,50). Sum of RGB (Red+Green+Blue) = 183+90+50=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75A32 is #48A5CD. Grayscale: #717171. Windows color (decimal): -4761038 or 3300023. OLE color: 3300023.

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

Color convert

RGB 183 90 50 -
CMYK 0 0.51 0.73 0.28
HSL 18.05º 0.57% 0.46% -
HSV(B) 18.05º 0.73% 0.72% -
XYZ 23.76 17.61 5.16 -
YUV 113.25 92.31 177.75 -
System Red Green Blue C M Y K H S L
Decimal 183 90 50 0 0.51 0.73 0.28 18.05 0.57 0.46
Hex B7 5A 32 0 33 49 1C 12 39 2E
Octal 267 132 62 0 63 111 34 22 71 56
Binary 10110111 1011010 110010 0 110011 1001001 11100 10010 111001 101110

Color Harmonies of #B75A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75A32

Black with #B75A32

Text Example


Text Example

White with #B75A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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