Html Css Color HEX #BF776B Contessa

📋 copy color: '#BF776B'

red 191 ◦ green 119 ◦ blue 107

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

Shades of Contessa #BF776B

Tints of Contessa #BF776B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.54%

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

R = 45.8%
G = 28.54%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BF776B (or 0xBF776B) is known color: Contessa. HEX triplet: BF, 77 and 6B. RGB value is (191,119,107). Sum of RGB (Red+Green+Blue) = 191+119+107=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF776B is #408894. Grayscale: #8B8B8B. Windows color (decimal): -4229269 or 7043007. OLE color: 7043007.

HSL color Cylindrical-coordinate representation of color #BF776B: hue angle of 8.57º 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 #BF776B is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 119 107 -
CMYK 0 0.38 0.44 0.25
HSL 8.57º 0.4% 0.58% -
HSV(B) 8.57º 0.44% 0.75% -
XYZ 30.74 25.33 17.18 -
YUV 139.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 191 119 107 0 0.38 0.44 0.25 8.57 0.4 0.58
Hex BF 77 6B 0 26 2C 19 9 28 3A
Octal 277 167 153 0 46 54 31 11 50 72
Binary 10111111 1110111 1101011 0 100110 101100 11001 1001 101000 111010

Color Harmonies of #BF776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF776B

Black with #BF776B

Text Example


Text Example

White with #BF776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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