Html Css Color HEX #BF6078 Cabaret

📋 copy color: '#BF6078'

red 191 ◦ green 96 ◦ blue 120

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

Shades of Cabaret #BF6078

Tints of Cabaret #BF6078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.48%

R = 46.93%
G = 23.59%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF6078 (or 0xBF6078) is known color: Cabaret. HEX triplet: BF, 60 and 78. RGB value is (191,96,120). Sum of RGB (Red+Green+Blue) = 191+96+120=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6078 is #409F87. Grayscale: #7F7F7F. Windows color (decimal): -4235144 or 7889087. OLE color: 7889087.

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

Color convert

RGB 191 96 120 -
CMYK 0 0.50 0.37 0.25
HSL 344.84º 0.43% 0.56% -
HSV(B) 344.84º 0.5% 0.75% -
XYZ 29.06 20.8 20.25 -
YUV 127.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 191 96 120 0 0.50 0.37 0.25 344.84 0.43 0.56
Hex BF 60 78 0 32 25 19 159 2B 38
Octal 277 140 170 0 62 45 31 531 53 70
Binary 10111111 1100000 1111000 0 110010 100101 11001 101011001 101011 111000

Color Harmonies of #BF6078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6078

Black with #BF6078

Text Example


Text Example

White with #BF6078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6078; }

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

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

background-color css

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

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

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

border-color css

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

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

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