Html Css Color HEX #BF655F Contessa

📋 copy color: '#BF655F'

red 191 ◦ green 101 ◦ blue 95

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

Shades of Contessa #BF655F

Tints of Contessa #BF655F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.1%

 BLUE value IS 95 (37.5% from 255) = 24.55%

R = 49.35%
G = 26.1%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF655F (or 0xBF655F) is known color: Contessa. HEX triplet: BF, 65 and 5F. RGB value is (191,101,95). Sum of RGB (Red+Green+Blue) = 191+101+95=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF655F is #409AA0. Grayscale: #7F7F7F. Windows color (decimal): -4233889 or 6251967. OLE color: 6251967.

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

Color convert

RGB 191 101 95 -
CMYK 0 0.47 0.50 0.25
HSL 3.75º 0.43% 0.56% -
HSV(B) 3.75º 0.5% 0.75% -
XYZ 28.21 21.21 13.43 -
YUV 127.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 191 101 95 0 0.47 0.50 0.25 3.75 0.43 0.56
Hex BF 65 5F 0 2F 32 19 4 2B 38
Octal 277 145 137 0 57 62 31 4 53 70
Binary 10111111 1100101 1011111 0 101111 110010 11001 100 101011 111000

Color Harmonies of #BF655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF655F

Black with #BF655F

Text Example


Text Example

White with #BF655F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF655F; }

 p { color: rgb(191,101,95); }

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

background-color css

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

 a { background-color: rgb(191,101,95); }

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

border-color css

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

 span { border-color: rgb(191,101,95); }

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