Html Css Color HEX #B95C33 Smoke Tree

📋 copy color: '#B95C33'

red 185 ◦ green 92 ◦ blue 51

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

Shades of Smoke Tree #B95C33

Tints of Smoke Tree #B95C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.55%

R = 56.4%
G = 28.05%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B95C33 (or 0xB95C33) is known color: Smoke Tree. HEX triplet: B9, 5C and 33. RGB value is (185,92,51). Sum of RGB (Red+Green+Blue) = 185+92+51=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C33 is #46A3CC. Grayscale: #737373. Windows color (decimal): -4629453 or 3366073. OLE color: 3366073.

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

Color convert

RGB 185 92 51 -
CMYK 0 0.50 0.72 0.27
HSL 18.36º 0.57% 0.46% -
HSV(B) 18.36º 0.72% 0.73% -
XYZ 24.43 18.21 5.36 -
YUV 115.13 91.81 177.83 -
System Red Green Blue C M Y K H S L
Decimal 185 92 51 0 0.50 0.72 0.27 18.36 0.57 0.46
Hex B9 5C 33 0 32 48 1B 12 39 2E
Octal 271 134 63 0 62 110 33 22 71 56
Binary 10111001 1011100 110011 0 110010 1001000 11011 10010 111001 101110

Color Harmonies of #B95C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C33

Black with #B95C33

Text Example


Text Example

White with #B95C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C33; }

 p { color: rgb(185,92,51); }

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

background-color css

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

 a { background-color: rgb(185,92,51); }

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

border-color css

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

 span { border-color: rgb(185,92,51); }

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