Html Css Color HEX #BB6740 Smoke Tree

📋 copy color: '#BB6740'

red 187 ◦ green 103 ◦ blue 64

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

Shades of Smoke Tree #BB6740

Tints of Smoke Tree #BB6740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.1%

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 52.82%
G = 29.1%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB6740 (or 0xBB6740) is known color: Smoke Tree. HEX triplet: BB, 67 and 40. RGB value is (187,103,64). Sum of RGB (Red+Green+Blue) = 187+103+64=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6740 is #4498BF. Grayscale: #7B7B7B. Windows color (decimal): -4495552 or 4220859. OLE color: 4220859.

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

Color convert

RGB 187 103 64 -
CMYK 0 0.45 0.66 0.27
HSL 19.02º 0.49% 0.49% -
HSV(B) 19.02º 0.66% 0.73% -
XYZ 26.27 20.64 7.45 -
YUV 123.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 187 103 64 0 0.45 0.66 0.27 19.02 0.49 0.49
Hex BB 67 40 0 2D 42 1B 13 31 31
Octal 273 147 100 0 55 102 33 23 61 61
Binary 10111011 1100111 1000000 0 101101 1000010 11011 10011 110001 110001

Color Harmonies of #BB6740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6740

Black with #BB6740

Text Example


Text Example

White with #BB6740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6740; }

 p { color: rgb(187,103,64); }

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

background-color css

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

 a { background-color: rgb(187,103,64); }

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

border-color css

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

 span { border-color: rgb(187,103,64); }

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