Html Css Color HEX #BB6945 Tuscany

📋 copy color: '#BB6945'

red 187 ◦ green 105 ◦ blue 69

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

Shades of Tuscany #BB6945

Tints of Tuscany #BB6945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 51.8%
G = 29.09%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB6945 (or 0xBB6945) is known color: Tuscany. HEX triplet: BB, 69 and 45. RGB value is (187,105,69). Sum of RGB (Red+Green+Blue) = 187+105+69=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6945 is #4496BA. Grayscale: #7D7D7D. Windows color (decimal): -4495035 or 4549051. OLE color: 4549051.

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

Color convert

RGB 187 105 69 -
CMYK 0 0.44 0.63 0.27
HSL 18.31º 0.46% 0.5% -
HSV(B) 18.31º 0.63% 0.73% -
XYZ 26.62 21.1 8.3 -
YUV 125.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 187 105 69 0 0.44 0.63 0.27 18.31 0.46 0.5
Hex BB 69 45 0 2C 3F 1B 12 2E 32
Octal 273 151 105 0 54 77 33 22 56 62
Binary 10111011 1101001 1000101 0 101100 111111 11011 10010 101110 110010

Color Harmonies of #BB6945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6945

Black with #BB6945

Text Example


Text Example

White with #BB6945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6945; }

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

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

background-color css

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

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

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

border-color css

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

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

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