Html Css Color HEX #BB6641 Tuscany

📋 copy color: '#BB6641'

red 187 ◦ green 102 ◦ blue 65

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

Shades of Tuscany #BB6641

Tints of Tuscany #BB6641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

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

R = 52.82%
G = 28.81%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB6641 (or 0xBB6641) is known color: Tuscany. HEX triplet: BB, 66 and 41. RGB value is (187,102,65). Sum of RGB (Red+Green+Blue) = 187+102+65=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6641 is #4499BE. Grayscale: #7B7B7B. Windows color (decimal): -4495807 or 4286139. OLE color: 4286139.

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

Color convert

RGB 187 102 65 -
CMYK 0 0.45 0.65 0.27
HSL 18.2º 0.48% 0.49% -
HSV(B) 18.2º 0.65% 0.73% -
XYZ 26.2 20.45 7.57 -
YUV 123.2 95.16 173.51 -
System Red Green Blue C M Y K H S L
Decimal 187 102 65 0 0.45 0.65 0.27 18.2 0.48 0.49
Hex BB 66 41 0 2D 41 1B 12 30 31
Octal 273 146 101 0 55 101 33 22 60 61
Binary 10111011 1100110 1000001 0 101101 1000001 11011 10010 110000 110001

Color Harmonies of #BB6641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6641

Black with #BB6641

Text Example


Text Example

White with #BB6641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6641; }

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

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

background-color css

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

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

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

border-color css

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

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

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