Html Css Color HEX #BF746B Contessa

📋 copy color: '#BF746B'

red 191 ◦ green 116 ◦ blue 107

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

Shades of Contessa #BF746B

Tints of Contessa #BF746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.85%

R = 46.14%
G = 28.02%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BF746B (or 0xBF746B) is known color: Contessa. HEX triplet: BF, 74 and 6B. RGB value is (191,116,107). Sum of RGB (Red+Green+Blue) = 191+116+107=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF746B is #408B94. Grayscale: #898989. Windows color (decimal): -4230037 or 7042239. OLE color: 7042239.

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

Color convert

RGB 191 116 107 -
CMYK 0 0.39 0.44 0.25
HSL 6.43º 0.4% 0.58% -
HSV(B) 6.43º 0.44% 0.75% -
XYZ 30.39 24.63 17.06 -
YUV 137.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 191 116 107 0 0.39 0.44 0.25 6.43 0.4 0.58
Hex BF 74 6B 0 27 2C 19 6 28 3A
Octal 277 164 153 0 47 54 31 6 50 72
Binary 10111111 1110100 1101011 0 100111 101100 11001 110 101000 111010

Color Harmonies of #BF746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF746B

Black with #BF746B

Text Example


Text Example

White with #BF746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF746B; }

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

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

background-color css

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

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

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

border-color css

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

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

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