Html Css Color HEX #BB5F30 Smoke Tree

📋 copy color: '#BB5F30'

red 187 ◦ green 95 ◦ blue 48

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

Shades of Smoke Tree #BB5F30

Tints of Smoke Tree #BB5F30

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.79%

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

R = 56.67%
G = 28.79%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB5F30 (or 0xBB5F30) is known color: Smoke Tree. HEX triplet: BB, 5F and 30. RGB value is (187,95,48). Sum of RGB (Red+Green+Blue) = 187+95+48=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5F30 is #44A0CF. Grayscale: #757575. Windows color (decimal): -4497616 or 3170235. OLE color: 3170235.

HSL color Cylindrical-coordinate representation of color #BB5F30: hue angle of 20.29º 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 #BB5F30 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 95 48 -
CMYK 0 0.49 0.74 0.27
HSL 20.29º 0.59% 0.46% -
HSV(B) 20.29º 0.74% 0.73% -
XYZ 25.12 18.96 5.13 -
YUV 117.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 187 95 48 0 0.49 0.74 0.27 20.29 0.59 0.46
Hex BB 5F 30 0 31 4A 1B 14 3B 2E
Octal 273 137 60 0 61 112 33 24 73 56
Binary 10111011 1011111 110000 0 110001 1001010 11011 10100 111011 101110

Color Harmonies of #BB5F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5F30

Black with #BB5F30

Text Example


Text Example

White with #BB5F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5F30; }

 p { color: rgb(187,95,48); }

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

background-color css

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

 a { background-color: rgb(187,95,48); }

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

border-color css

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

 span { border-color: rgb(187,95,48); }

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