Html Css Color HEX #BF6A5E Contessa

📋 copy color: '#BF6A5E'

red 191 ◦ green 106 ◦ blue 94

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

Shades of Contessa #BF6A5E

Tints of Contessa #BF6A5E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.11%

 BLUE value IS 94 (37.11% from 255) = 24.04%

R = 48.85%
G = 27.11%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF6A5E (or 0xBF6A5E) is known color: Contessa. HEX triplet: BF, 6A and 5E. RGB value is (191,106,94). Sum of RGB (Red+Green+Blue) = 191+106+94=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6A5E is #4095A1. Grayscale: #828282. Windows color (decimal): -4232610 or 6187711. OLE color: 6187711.

HSL color Cylindrical-coordinate representation of color #BF6A5E: hue angle of 7.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF6A5E is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 106 94 -
CMYK 0 0.45 0.51 0.25
HSL 7.42º 0.43% 0.56% -
HSV(B) 7.42º 0.51% 0.75% -
XYZ 28.66 22.19 13.36 -
YUV 130.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 191 106 94 0 0.45 0.51 0.25 7.42 0.43 0.56
Hex BF 6A 5E 0 2D 33 19 7 2B 38
Octal 277 152 136 0 55 63 31 7 53 70
Binary 10111111 1101010 1011110 0 101101 110011 11001 111 101011 111000

Color Harmonies of #BF6A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6A5E

Black with #BF6A5E

Text Example


Text Example

White with #BF6A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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