Html Css Color HEX #BF6170 Cabaret

📋 copy color: '#BF6170'

red 191 ◦ green 97 ◦ blue 112

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

Shades of Cabaret #BF6170

Tints of Cabaret #BF6170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.25%

 BLUE value IS 112 (44.14% from 255) = 28%

R = 47.75%
G = 24.25%
B = 28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF6170 (or 0xBF6170) is known color: Cabaret. HEX triplet: BF, 61 and 70. RGB value is (191,97,112). Sum of RGB (Red+Green+Blue) = 191+97+112=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6170 is #409E8F. Grayscale: #7E7E7E. Windows color (decimal): -4234896 or 7365055. OLE color: 7365055.

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

Color convert

RGB 191 97 112 -
CMYK 0 0.49 0.41 0.25
HSL 350.43º 0.42% 0.56% -
HSV(B) 350.43º 0.49% 0.75% -
XYZ 28.69 20.8 17.83 -
YUV 126.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 191 97 112 0 0.49 0.41 0.25 350.43 0.42 0.56
Hex BF 61 70 0 31 29 19 15E 2A 38
Octal 277 141 160 0 61 51 31 536 52 70
Binary 10111111 1100001 1110000 0 110001 101001 11001 101011110 101010 111000

Color Harmonies of #BF6170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6170

Black with #BF6170

Text Example


Text Example

White with #BF6170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6170; }

 p { color: rgb(191,97,112); }

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

background-color css

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

 a { background-color: rgb(191,97,112); }

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

border-color css

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

 span { border-color: rgb(191,97,112); }

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