Html Css Color HEX #BB6947 Tuscany

📋 copy color: '#BB6947'

red 187 ◦ green 105 ◦ blue 71

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

Shades of Tuscany #BB6947

Tints of Tuscany #BB6947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.93%

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 51.52%
G = 28.93%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB6947 (or 0xBB6947) is known color: Tuscany. HEX triplet: BB, 69 and 47. RGB value is (187,105,71). Sum of RGB (Red+Green+Blue) = 187+105+71=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6947 is #4496B8. Grayscale: #7D7D7D. Windows color (decimal): -4495033 or 4680123. OLE color: 4680123.

HSL color Cylindrical-coordinate representation of color #BB6947: hue angle of 17.59º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB6947 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 71 -
CMYK 0 0.44 0.62 0.27
HSL 17.59º 0.46% 0.51% -
HSV(B) 17.59º 0.62% 0.73% -
XYZ 26.68 21.12 8.63 -
YUV 125.64 97.17 171.76 -
System Red Green Blue C M Y K H S L
Decimal 187 105 71 0 0.44 0.62 0.27 17.59 0.46 0.51
Hex BB 69 47 0 2C 3E 1B 12 2E 33
Octal 273 151 107 0 54 76 33 22 56 63
Binary 10111011 1101001 1000111 0 101100 111110 11011 10010 101110 110011

Color Harmonies of #BB6947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6947

Black with #BB6947

Text Example


Text Example

White with #BB6947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6947; }

 p { color: rgb(187,105,71); }

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

background-color css

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

 a { background-color: rgb(187,105,71); }

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

border-color css

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

 span { border-color: rgb(187,105,71); }

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