Html Css Color HEX #B95A30 Smoke Tree

📋 copy color: '#B95A30'

red 185 ◦ green 90 ◦ blue 48

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

Shades of Smoke Tree #B95A30

Tints of Smoke Tree #B95A30

RGB

 RED value IS 185 (72.66% from 255) = 57.28%

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

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 57.28%
G = 27.86%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B95A30 (or 0xB95A30) is known color: Smoke Tree. HEX triplet: B9, 5A and 30. RGB value is (185,90,48). Sum of RGB (Red+Green+Blue) = 185+90+48=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95A30 is #46A5CF. Grayscale: #717171. Windows color (decimal): -4629968 or 3168953. OLE color: 3168953.

HSL color Cylindrical-coordinate representation of color #B95A30: hue angle of 18.39º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B95A30 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 90 48 -
CMYK 0 0.51 0.74 0.27
HSL 18.39º 0.59% 0.46% -
HSV(B) 18.39º 0.74% 0.73% -
XYZ 24.2 17.84 4.96 -
YUV 113.62 90.97 178.92 -
System Red Green Blue C M Y K H S L
Decimal 185 90 48 0 0.51 0.74 0.27 18.39 0.59 0.46
Hex B9 5A 30 0 33 4A 1B 12 3B 2E
Octal 271 132 60 0 63 112 33 22 73 56
Binary 10111001 1011010 110000 0 110011 1001010 11011 10010 111011 101110

Color Harmonies of #B95A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95A30

Black with #B95A30

Text Example


Text Example

White with #B95A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95A30; }

 p { color: rgb(185,90,48); }

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

background-color css

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

 a { background-color: rgb(185,90,48); }

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

border-color css

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

 span { border-color: rgb(185,90,48); }

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