Html Css Color HEX #BF766C Contessa

📋 copy color: '#BF766C'

red 191 ◦ green 118 ◦ blue 108

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

Shades of Contessa #BF766C

Tints of Contessa #BF766C

RGB

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

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

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

R = 45.8%
G = 28.3%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF766C (or 0xBF766C) is known color: Contessa. HEX triplet: BF, 76 and 6C. RGB value is (191,118,108). Sum of RGB (Red+Green+Blue) = 191+118+108=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF766C is #408993. Grayscale: #8A8A8A. Windows color (decimal): -4229524 or 7108287. OLE color: 7108287.

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

Color convert

RGB 191 118 108 -
CMYK 0 0.38 0.43 0.25
HSL 7.23º 0.39% 0.59% -
HSV(B) 7.23º 0.43% 0.75% -
XYZ 30.67 25.12 17.42 -
YUV 138.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 191 118 108 0 0.38 0.43 0.25 7.23 0.39 0.59
Hex BF 76 6C 0 26 2B 19 7 27 3B
Octal 277 166 154 0 46 53 31 7 47 73
Binary 10111111 1110110 1101100 0 100110 101011 11001 111 100111 111011

Color Harmonies of #BF766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF766C

Black with #BF766C

Text Example


Text Example

White with #BF766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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