Html Css Color HEX #BF715F Contessa

📋 copy color: '#BF715F'

red 191 ◦ green 113 ◦ blue 95

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

Shades of Contessa #BF715F

Tints of Contessa #BF715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.32%

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 47.87%
G = 28.32%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF715F (or 0xBF715F) is known color: Contessa. HEX triplet: BF, 71 and 5F. RGB value is (191,113,95). Sum of RGB (Red+Green+Blue) = 191+113+95=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF715F is #408EA0. Grayscale: #868686. Windows color (decimal): -4230817 or 6255039. OLE color: 6255039.

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

Color convert

RGB 191 113 95 -
CMYK 0 0.41 0.50 0.25
HSL 11.25º 0.43% 0.56% -
HSV(B) 11.25º 0.5% 0.75% -
XYZ 29.46 23.71 13.85 -
YUV 134.27 105.84 168.46 -
System Red Green Blue C M Y K H S L
Decimal 191 113 95 0 0.41 0.50 0.25 11.25 0.43 0.56
Hex BF 71 5F 0 29 32 19 B 2B 38
Octal 277 161 137 0 51 62 31 13 53 70
Binary 10111111 1110001 1011111 0 101001 110010 11001 1011 101011 111000

Color Harmonies of #BF715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF715F

Black with #BF715F

Text Example


Text Example

White with #BF715F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF715F; }

 p { color: rgb(191,113,95); }

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

background-color css

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

 a { background-color: rgb(191,113,95); }

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

border-color css

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

 span { border-color: rgb(191,113,95); }

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