Html Css Color HEX #BF6071 Cabaret

📋 copy color: '#BF6071'

red 191 ◦ green 96 ◦ blue 113

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

Shades of Cabaret #BF6071

Tints of Cabaret #BF6071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

 BLUE value IS 113 (44.53% from 255) = 28.25%

R = 47.75%
G = 24%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF6071 (or 0xBF6071) is known color: Cabaret. HEX triplet: BF, 60 and 71. RGB value is (191,96,113). Sum of RGB (Red+Green+Blue) = 191+96+113=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6071 is #409F8E. Grayscale: #7E7E7E. Windows color (decimal): -4235151 or 7430335. OLE color: 7430335.

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

Color convert

RGB 191 96 113 -
CMYK 0 0.50 0.41 0.25
HSL 349.26º 0.43% 0.56% -
HSV(B) 349.26º 0.5% 0.75% -
XYZ 28.65 20.63 18.1 -
YUV 126.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 191 96 113 0 0.50 0.41 0.25 349.26 0.43 0.56
Hex BF 60 71 0 32 29 19 15D 2B 38
Octal 277 140 161 0 62 51 31 535 53 70
Binary 10111111 1100000 1110001 0 110010 101001 11001 101011101 101011 111000

Color Harmonies of #BF6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6071

Black with #BF6071

Text Example


Text Example

White with #BF6071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6071; }

 p { color: rgb(191,96,113); }

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

background-color css

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

 a { background-color: rgb(191,96,113); }

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

border-color css

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

 span { border-color: rgb(191,96,113); }

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