Html Css Color HEX #BB663B Smoke Tree

📋 copy color: '#BB663B'

red 187 ◦ green 102 ◦ blue 59

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

Shades of Smoke Tree #BB663B

Tints of Smoke Tree #BB663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.31%

 BLUE value IS 59 (23.44% from 255) = 16.95%

R = 53.74%
G = 29.31%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB663B (or 0xBB663B) is known color: Smoke Tree. HEX triplet: BB, 66 and 3B. RGB value is (187,102,59). Sum of RGB (Red+Green+Blue) = 187+102+59=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB663B is #4499C4. Grayscale: #7A7A7A. Windows color (decimal): -4495813 or 3892923. OLE color: 3892923.

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

Color convert

RGB 187 102 59 -
CMYK 0 0.45 0.68 0.27
HSL 20.16º 0.52% 0.48% -
HSV(B) 20.16º 0.68% 0.73% -
XYZ 26.03 20.38 6.7 -
YUV 122.51 92.16 174 -
System Red Green Blue C M Y K H S L
Decimal 187 102 59 0 0.45 0.68 0.27 20.16 0.52 0.48
Hex BB 66 3B 0 2D 44 1B 14 34 30
Octal 273 146 73 0 55 104 33 24 64 60
Binary 10111011 1100110 111011 0 101101 1000100 11011 10100 110100 110000

Color Harmonies of #BB663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB663B

Black with #BB663B

Text Example


Text Example

White with #BB663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB663B; }

 p { color: rgb(187,102,59); }

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

background-color css

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

 a { background-color: rgb(187,102,59); }

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

border-color css

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

 span { border-color: rgb(187,102,59); }

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