Html Css Color HEX #BF746C Contessa

📋 copy color: '#BF746C'

red 191 ◦ green 116 ◦ blue 108

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

Shades of Contessa #BF746C

Tints of Contessa #BF746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.02%

R = 46.02%
G = 27.95%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF746C (or 0xBF746C) is known color: Contessa. HEX triplet: BF, 74 and 6C. RGB value is (191,116,108). Sum of RGB (Red+Green+Blue) = 191+116+108=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF746C is #408B93. Grayscale: #898989. Windows color (decimal): -4230036 or 7107775. OLE color: 7107775.

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

Color convert

RGB 191 116 108 -
CMYK 0 0.39 0.43 0.25
HSL 5.78º 0.39% 0.59% -
HSV(B) 5.78º 0.43% 0.75% -
XYZ 30.44 24.65 17.34 -
YUV 137.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 191 116 108 0 0.39 0.43 0.25 5.78 0.39 0.59
Hex BF 74 6C 0 27 2B 19 6 27 3B
Octal 277 164 154 0 47 53 31 6 47 73
Binary 10111111 1110100 1101100 0 100111 101011 11001 110 100111 111011

Color Harmonies of #BF746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF746C

Black with #BF746C

Text Example


Text Example

White with #BF746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF746C; }

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

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

background-color css

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

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

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

border-color css

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

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

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