Html Css Color HEX #BF766A Contessa

📋 copy color: '#BF766A'

red 191 ◦ green 118 ◦ blue 106

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

Shades of Contessa #BF766A

Tints of Contessa #BF766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.43%

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

R = 46.02%
G = 28.43%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF766A (or 0xBF766A) is known color: Contessa. HEX triplet: BF, 76 and 6A. RGB value is (191,118,106). Sum of RGB (Red+Green+Blue) = 191+118+106=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF766A is #408995. Grayscale: #8A8A8A. Windows color (decimal): -4229526 or 6977215. OLE color: 6977215.

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

Color convert

RGB 191 118 106 -
CMYK 0 0.38 0.45 0.25
HSL 8.47º 0.4% 0.58% -
HSV(B) 8.47º 0.45% 0.75% -
XYZ 30.57 25.07 16.86 -
YUV 138.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 191 118 106 0 0.38 0.45 0.25 8.47 0.4 0.58
Hex BF 76 6A 0 26 2D 19 8 28 3A
Octal 277 166 152 0 46 55 31 10 50 72
Binary 10111111 1110110 1101010 0 100110 101101 11001 1000 101000 111010

Color Harmonies of #BF766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF766A

Black with #BF766A

Text Example


Text Example

White with #BF766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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