Html Css Color HEX #BF706E Contessa

📋 copy color: '#BF706E'

red 191 ◦ green 112 ◦ blue 110

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

Shades of Contessa #BF706E

Tints of Contessa #BF706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.63%

R = 46.25%
G = 27.12%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF706E (or 0xBF706E) is known color: Contessa. HEX triplet: BF, 70 and 6E. RGB value is (191,112,110). Sum of RGB (Red+Green+Blue) = 191+112+110=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF706E is #408F91. Grayscale: #878787. Windows color (decimal): -4231058 or 7237823. OLE color: 7237823.

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

Color convert

RGB 191 112 110 -
CMYK 0 0.41 0.42 0.25
HSL 1.48º 0.39% 0.59% -
HSV(B) 1.48º 0.42% 0.75% -
XYZ 30.09 23.79 17.76 -
YUV 135.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 191 112 110 0 0.41 0.42 0.25 1.48 0.39 0.59
Hex BF 70 6E 0 29 2A 19 1 27 3B
Octal 277 160 156 0 51 52 31 1 47 73
Binary 10111111 1110000 1101110 0 101001 101010 11001 1 100111 111011

Color Harmonies of #BF706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF706E

Black with #BF706E

Text Example


Text Example

White with #BF706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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