Html Css Color HEX #BF776E Contessa

📋 copy color: '#BF776E'

red 191 ◦ green 119 ◦ blue 110

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

Shades of Contessa #BF776E

Tints of Contessa #BF776E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.19%

R = 45.48%
G = 28.33%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF776E (or 0xBF776E) is known color: Contessa. HEX triplet: BF, 77 and 6E. RGB value is (191,119,110). Sum of RGB (Red+Green+Blue) = 191+119+110=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF776E is #408891. Grayscale: #8B8B8B. Windows color (decimal): -4229266 or 7239615. OLE color: 7239615.

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

Color convert

RGB 191 119 110 -
CMYK 0 0.38 0.42 0.25
HSL 6.67º 0.39% 0.59% -
HSV(B) 6.67º 0.42% 0.75% -
XYZ 30.9 25.4 18.03 -
YUV 139.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 191 119 110 0 0.38 0.42 0.25 6.67 0.39 0.59
Hex BF 77 6E 0 26 2A 19 7 27 3B
Octal 277 167 156 0 46 52 31 7 47 73
Binary 10111111 1110111 1101110 0 100110 101010 11001 111 100111 111011

Color Harmonies of #BF776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF776E

Black with #BF776E

Text Example


Text Example

White with #BF776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF776E; }

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

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

background-color css

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

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

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

border-color css

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

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

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