Html Css Color HEX #BB6944 Tuscany

📋 copy color: '#BB6944'

red 187 ◦ green 105 ◦ blue 68

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

Shades of Tuscany #BB6944

Tints of Tuscany #BB6944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.89%

R = 51.94%
G = 29.17%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB6944 (or 0xBB6944) is known color: Tuscany. HEX triplet: BB, 69 and 44. RGB value is (187,105,68). Sum of RGB (Red+Green+Blue) = 187+105+68=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6944 is #4496BB. Grayscale: #7D7D7D. Windows color (decimal): -4495036 or 4483515. OLE color: 4483515.

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

Color convert

RGB 187 105 68 -
CMYK 0 0.44 0.64 0.27
HSL 18.66º 0.47% 0.5% -
HSV(B) 18.66º 0.64% 0.73% -
XYZ 26.59 21.09 8.14 -
YUV 125.3 95.67 172.01 -
System Red Green Blue C M Y K H S L
Decimal 187 105 68 0 0.44 0.64 0.27 18.66 0.47 0.5
Hex BB 69 44 0 2C 40 1B 13 2F 32
Octal 273 151 104 0 54 100 33 23 57 62
Binary 10111011 1101001 1000100 0 101100 1000000 11011 10011 101111 110010

Color Harmonies of #BB6944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6944

Black with #BB6944

Text Example


Text Example

White with #BB6944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6944; }

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

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

background-color css

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

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

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

border-color css

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

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

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