Html Css Color HEX #BF7B71 Contessa

📋 copy color: '#BF7B71'

red 191 ◦ green 123 ◦ blue 113

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

Shades of Contessa #BF7B71

Tints of Contessa #BF7B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.81%

 BLUE value IS 113 (44.53% from 255) = 26.46%

R = 44.73%
G = 28.81%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF7B71 (or 0xBF7B71) is known color: Contessa. HEX triplet: BF, 7B and 71. RGB value is (191,123,113). Sum of RGB (Red+Green+Blue) = 191+123+113=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B71 is #40848E. Grayscale: #8E8E8E. Windows color (decimal): -4228239 or 7437247. OLE color: 7437247.

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

Color convert

RGB 191 123 113 -
CMYK 0 0.36 0.41 0.25
HSL 7.69º 0.38% 0.6% -
HSV(B) 7.69º 0.41% 0.75% -
XYZ 31.55 26.43 19.06 -
YUV 142.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 191 123 113 0 0.36 0.41 0.25 7.69 0.38 0.6
Hex BF 7B 71 0 24 29 19 8 26 3C
Octal 277 173 161 0 44 51 31 10 46 74
Binary 10111111 1111011 1110001 0 100100 101001 11001 1000 100110 111100

Color Harmonies of #BF7B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B71

Black with #BF7B71

Text Example


Text Example

White with #BF7B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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