Html Css Color HEX #BB5C2B Smoke Tree

📋 copy color: '#BB5C2B'

red 187 ◦ green 92 ◦ blue 43

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

Shades of Smoke Tree #BB5C2B

Tints of Smoke Tree #BB5C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.35%

R = 58.07%
G = 28.57%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB5C2B (or 0xBB5C2B) is known color: Smoke Tree. HEX triplet: BB, 5C and 2B. RGB value is (187,92,43). Sum of RGB (Red+Green+Blue) = 187+92+43=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5C2B is #44A3D4. Grayscale: #737373. Windows color (decimal): -4498389 or 2841787. OLE color: 2841787.

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

Color convert

RGB 187 92 43 -
CMYK 0 0.51 0.77 0.27
HSL 20.42º 0.63% 0.45% -
HSV(B) 20.42º 0.77% 0.73% -
XYZ 24.76 18.39 4.53 -
YUV 114.82 87.47 179.48 -
System Red Green Blue C M Y K H S L
Decimal 187 92 43 0 0.51 0.77 0.27 20.42 0.63 0.45
Hex BB 5C 2B 0 33 4D 1B 14 3F 2D
Octal 273 134 53 0 63 115 33 24 77 55
Binary 10111011 1011100 101011 0 110011 1001101 11011 10100 111111 101101

Color Harmonies of #BB5C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5C2B

Black with #BB5C2B

Text Example


Text Example

White with #BB5C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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