Html Css Color HEX #BF706C Contessa

📋 copy color: '#BF706C'

red 191 ◦ green 112 ◦ blue 108

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

Shades of Contessa #BF706C

Tints of Contessa #BF706C

RGB

 RED value IS 191 (75% from 255) = 46.47%

 GREEN value IS 112 (44.14% from 255) = 27.25%

 BLUE value IS 108 (42.58% from 255) = 26.28%

R = 46.47%
G = 27.25%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF706C (or 0xBF706C) is known color: Contessa. HEX triplet: BF, 70 and 6C. RGB value is (191,112,108). Sum of RGB (Red+Green+Blue) = 191+112+108=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF706C is #408F93. Grayscale: #878787. Windows color (decimal): -4231060 or 7106751. OLE color: 7106751.

HSL color Cylindrical-coordinate representation of color #BF706C: hue angle of 2.89º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF706C is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 112 108 -
CMYK 0 0.41 0.43 0.25
HSL 2.89º 0.39% 0.59% -
HSV(B) 2.89º 0.43% 0.75% -
XYZ 29.99 23.75 17.19 -
YUV 135.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 191 112 108 0 0.41 0.43 0.25 2.89 0.39 0.59
Hex BF 70 6C 0 29 2B 19 3 27 3B
Octal 277 160 154 0 51 53 31 3 47 73
Binary 10111111 1110000 1101100 0 101001 101011 11001 11 100111 111011

Color Harmonies of #BF706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF706C

Black with #BF706C

Text Example


Text Example

White with #BF706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF706C; }

 p { color: rgb(191,112,108); }

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

background-color css

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

 a { background-color: rgb(191,112,108); }

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

border-color css

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

 span { border-color: rgb(191,112,108); }

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