Html Css Color HEX #BB6F64 Contessa

📋 copy color: '#BB6F64'

red 187 ◦ green 111 ◦ blue 100

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

Shades of Contessa #BB6F64

Tints of Contessa #BB6F64

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.89%

 BLUE value IS 100 (39.45% from 255) = 25.13%

R = 46.98%
G = 27.89%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB6F64 (or 0xBB6F64) is known color: Contessa. HEX triplet: BB, 6F and 64. RGB value is (187,111,100). Sum of RGB (Red+Green+Blue) = 187+111+100=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6F64 is #44909B. Grayscale: #848484. Windows color (decimal): -4493468 or 6582203. OLE color: 6582203.

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

Color convert

RGB 187 111 100 -
CMYK 0 0.41 0.47 0.27
HSL 7.59º 0.39% 0.56% -
HSV(B) 7.59º 0.47% 0.73% -
XYZ 28.48 22.85 14.97 -
YUV 132.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 187 111 100 0 0.41 0.47 0.27 7.59 0.39 0.56
Hex BB 6F 64 0 29 2F 1B 8 27 38
Octal 273 157 144 0 51 57 33 10 47 70
Binary 10111011 1101111 1100100 0 101001 101111 11011 1000 100111 111000

Color Harmonies of #BB6F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6F64

Black with #BB6F64

Text Example


Text Example

White with #BB6F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6F64; }

 p { color: rgb(187,111,100); }

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

background-color css

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

 a { background-color: rgb(187,111,100); }

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

border-color css

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

 span { border-color: rgb(187,111,100); }

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