Html Css Color HEX #BF6F62 Contessa

📋 copy color: '#BF6F62'

red 191 ◦ green 111 ◦ blue 98

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

Shades of Contessa #BF6F62

Tints of Contessa #BF6F62

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.75%

 BLUE value IS 98 (38.67% from 255) = 24.5%

R = 47.75%
G = 27.75%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF6F62 (or 0xBF6F62) is known color: Contessa. HEX triplet: BF, 6F and 62. RGB value is (191,111,98). Sum of RGB (Red+Green+Blue) = 191+111+98=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F62 is #40909D. Grayscale: #858585. Windows color (decimal): -4231326 or 6451135. OLE color: 6451135.

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

Color convert

RGB 191 111 98 -
CMYK 0 0.42 0.49 0.25
HSL 8.39º 0.42% 0.57% -
HSV(B) 8.39º 0.49% 0.75% -
XYZ 29.37 23.33 14.51 -
YUV 133.44 108 169.06 -
System Red Green Blue C M Y K H S L
Decimal 191 111 98 0 0.42 0.49 0.25 8.39 0.42 0.57
Hex BF 6F 62 0 2A 31 19 8 2A 39
Octal 277 157 142 0 52 61 31 10 52 71
Binary 10111111 1101111 1100010 0 101010 110001 11001 1000 101010 111001

Color Harmonies of #BF6F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F62

Black with #BF6F62

Text Example


Text Example

White with #BF6F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F62; }

 p { color: rgb(191,111,98); }

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

background-color css

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

 a { background-color: rgb(191,111,98); }

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

border-color css

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

 span { border-color: rgb(191,111,98); }

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