Html Css Color HEX #BB6441 Smoke Tree

📋 copy color: '#BB6441'

red 187 ◦ green 100 ◦ blue 65

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

Shades of Smoke Tree #BB6441

Tints of Smoke Tree #BB6441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

 BLUE value IS 65 (25.78% from 255) = 18.47%

R = 53.13%
G = 28.41%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB6441 (or 0xBB6441) is known color: Smoke Tree. HEX triplet: BB, 64 and 41. RGB value is (187,100,65). Sum of RGB (Red+Green+Blue) = 187+100+65=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6441 is #449BBE. Grayscale: #7A7A7A. Windows color (decimal): -4496319 or 4285627. OLE color: 4285627.

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

Color convert

RGB 187 100 65 -
CMYK 0 0.47 0.65 0.27
HSL 17.21º 0.48% 0.49% -
HSV(B) 17.21º 0.65% 0.73% -
XYZ 26 20.06 7.5 -
YUV 122.02 95.82 174.35 -
System Red Green Blue C M Y K H S L
Decimal 187 100 65 0 0.47 0.65 0.27 17.21 0.48 0.49
Hex BB 64 41 0 2F 41 1B 11 30 31
Octal 273 144 101 0 57 101 33 21 60 61
Binary 10111011 1100100 1000001 0 101111 1000001 11011 10001 110000 110001

Color Harmonies of #BB6441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6441

Black with #BB6441

Text Example


Text Example

White with #BB6441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6441; }

 p { color: rgb(187,100,65); }

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

background-color css

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

 a { background-color: rgb(187,100,65); }

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

border-color css

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

 span { border-color: rgb(187,100,65); }

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