Html Css Color HEX #BF766B Contessa

📋 copy color: '#BF766B'

red 191 ◦ green 118 ◦ blue 107

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

Shades of Contessa #BF766B

Tints of Contessa #BF766B

RGB

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

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

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

R = 45.91%
G = 28.37%
B = 25.72%

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

#BF766B (or 0xBF766B) is known color: Contessa. HEX triplet: BF, 76 and 6B. RGB value is (191,118,107). Sum of RGB (Red+Green+Blue) = 191+118+107=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF766B is #408994. Grayscale: #8A8A8A. Windows color (decimal): -4229525 or 7042751. OLE color: 7042751.

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

Color convert

RGB 191 118 107 -
CMYK 0 0.38 0.44 0.25
HSL 7.86º 0.4% 0.58% -
HSV(B) 7.86º 0.44% 0.75% -
XYZ 30.62 25.09 17.14 -
YUV 138.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 191 118 107 0 0.38 0.44 0.25 7.86 0.4 0.58
Hex BF 76 6B 0 26 2C 19 8 28 3A
Octal 277 166 153 0 46 54 31 10 50 72
Binary 10111111 1110110 1101011 0 100110 101100 11001 1000 101000 111010

Color Harmonies of #BF766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF766B

Black with #BF766B

Text Example


Text Example

White with #BF766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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