Html Css Color HEX #BF746A Contessa

📋 copy color: '#BF746A'

red 191 ◦ green 116 ◦ blue 106

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

Shades of Contessa #BF746A

Tints of Contessa #BF746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.67%

R = 46.25%
G = 28.09%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF746A (or 0xBF746A) is known color: Contessa. HEX triplet: BF, 74 and 6A. RGB value is (191,116,106). Sum of RGB (Red+Green+Blue) = 191+116+106=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF746A is #408B95. Grayscale: #898989. Windows color (decimal): -4230038 or 6976703. OLE color: 6976703.

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

Color convert

RGB 191 116 106 -
CMYK 0 0.39 0.45 0.25
HSL 7.06º 0.4% 0.58% -
HSV(B) 7.06º 0.45% 0.75% -
XYZ 30.33 24.61 16.79 -
YUV 137.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 191 116 106 0 0.39 0.45 0.25 7.06 0.4 0.58
Hex BF 74 6A 0 27 2D 19 7 28 3A
Octal 277 164 152 0 47 55 31 7 50 72
Binary 10111111 1110100 1101010 0 100111 101101 11001 111 101000 111010

Color Harmonies of #BF746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF746A

Black with #BF746A

Text Example


Text Example

White with #BF746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF746A; }

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

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

background-color css

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

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

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

border-color css

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

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

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