Html Css Color HEX #BF7466 Contessa

📋 copy color: '#BF7466'

red 191 ◦ green 116 ◦ blue 102

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

Shades of Contessa #BF7466

Tints of Contessa #BF7466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.36%

 BLUE value IS 102 (40.23% from 255) = 24.94%

R = 46.7%
G = 28.36%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF7466 (or 0xBF7466) is known color: Contessa. HEX triplet: BF, 74 and 66. RGB value is (191,116,102). Sum of RGB (Red+Green+Blue) = 191+116+102=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7466 is #408B99. Grayscale: #888888. Windows color (decimal): -4230042 or 6714559. OLE color: 6714559.

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

Color convert

RGB 191 116 102 -
CMYK 0 0.39 0.47 0.25
HSL 9.44º 0.41% 0.57% -
HSV(B) 9.44º 0.47% 0.75% -
XYZ 30.13 24.53 15.72 -
YUV 136.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 191 116 102 0 0.39 0.47 0.25 9.44 0.41 0.57
Hex BF 74 66 0 27 2F 19 9 29 39
Octal 277 164 146 0 47 57 31 11 51 71
Binary 10111111 1110100 1100110 0 100111 101111 11001 1001 101001 111001

Color Harmonies of #BF7466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7466

Black with #BF7466

Text Example


Text Example

White with #BF7466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7466; }

 p { color: rgb(191,116,102); }

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

background-color css

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

 a { background-color: rgb(191,116,102); }

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

border-color css

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

 span { border-color: rgb(191,116,102); }

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