Html Css Color HEX #BB5C35 Smoke Tree

📋 copy color: '#BB5C35'

red 187 ◦ green 92 ◦ blue 53

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

Shades of Smoke Tree #BB5C35

Tints of Smoke Tree #BB5C35

RGB

 RED value IS 187 (73.44% from 255) = 56.33%

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

 BLUE value IS 53 (21.09% from 255) = 15.96%

R = 56.33%
G = 27.71%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB5C35 (or 0xBB5C35) is known color: Smoke Tree. HEX triplet: BB, 5C and 35. RGB value is (187,92,53). Sum of RGB (Red+Green+Blue) = 187+92+53=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5C35 is #44A3CA. Grayscale: #747474. Windows color (decimal): -4498379 or 3497147. OLE color: 3497147.

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

Color convert

RGB 187 92 53 -
CMYK 0 0.51 0.72 0.27
HSL 17.46º 0.56% 0.47% -
HSV(B) 17.46º 0.72% 0.73% -
XYZ 24.96 18.48 5.62 -
YUV 115.96 92.47 178.67 -
System Red Green Blue C M Y K H S L
Decimal 187 92 53 0 0.51 0.72 0.27 17.46 0.56 0.47
Hex BB 5C 35 0 33 48 1B 11 38 2F
Octal 273 134 65 0 63 110 33 21 70 57
Binary 10111011 1011100 110101 0 110011 1001000 11011 10001 111000 101111

Color Harmonies of #BB5C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5C35

Black with #BB5C35

Text Example


Text Example

White with #BB5C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5C35; }

 p { color: rgb(187,92,53); }

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

background-color css

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

 a { background-color: rgb(187,92,53); }

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

border-color css

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

 span { border-color: rgb(187,92,53); }

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