Html Css Color HEX #BF706B Contessa

📋 copy color: '#BF706B'

red 191 ◦ green 112 ◦ blue 107

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

Shades of Contessa #BF706B

Tints of Contessa #BF706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.1%

R = 46.59%
G = 27.32%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BF706B (or 0xBF706B) is known color: Contessa. HEX triplet: BF, 70 and 6B. RGB value is (191,112,107). Sum of RGB (Red+Green+Blue) = 191+112+107=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF706B is #408F94. Grayscale: #878787. Windows color (decimal): -4231061 or 7041215. OLE color: 7041215.

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

Color convert

RGB 191 112 107 -
CMYK 0 0.41 0.44 0.25
HSL 3.57º 0.4% 0.58% -
HSV(B) 3.57º 0.44% 0.75% -
XYZ 29.93 23.73 16.91 -
YUV 135.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 191 112 107 0 0.41 0.44 0.25 3.57 0.4 0.58
Hex BF 70 6B 0 29 2C 19 4 28 3A
Octal 277 160 153 0 51 54 31 4 50 72
Binary 10111111 1110000 1101011 0 101001 101100 11001 100 101000 111010

Color Harmonies of #BF706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF706B

Black with #BF706B

Text Example


Text Example

White with #BF706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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