Html Css Color HEX #BB603F Smoke Tree

📋 copy color: '#BB603F'

red 187 ◦ green 96 ◦ blue 63

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

Shades of Smoke Tree #BB603F

Tints of Smoke Tree #BB603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.75%

 BLUE value IS 63 (25% from 255) = 18.21%

R = 54.05%
G = 27.75%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB603F (or 0xBB603F) is known color: Smoke Tree. HEX triplet: BB, 60 and 3F. RGB value is (187,96,63). Sum of RGB (Red+Green+Blue) = 187+96+63=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB603F is #449FC0. Grayscale: #777777. Windows color (decimal): -4497345 or 4153531. OLE color: 4153531.

HSL color Cylindrical-coordinate representation of color #BB603F: hue angle of 15.97º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB603F is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 96 63 -
CMYK 0 0.49 0.66 0.27
HSL 15.97º 0.5% 0.49% -
HSV(B) 15.97º 0.66% 0.73% -
XYZ 25.57 19.29 7.08 -
YUV 119.45 96.15 176.18 -
System Red Green Blue C M Y K H S L
Decimal 187 96 63 0 0.49 0.66 0.27 15.97 0.5 0.49
Hex BB 60 3F 0 31 42 1B 10 32 31
Octal 273 140 77 0 61 102 33 20 62 61
Binary 10111011 1100000 111111 0 110001 1000010 11011 10000 110010 110001

Color Harmonies of #BB603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB603F

Black with #BB603F

Text Example


Text Example

White with #BB603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB603F; }

 p { color: rgb(187,96,63); }

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

background-color css

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

 a { background-color: rgb(187,96,63); }

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

border-color css

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

 span { border-color: rgb(187,96,63); }

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