Html Css Color HEX #BF6077 Cabaret

📋 copy color: '#BF6077'

red 191 ◦ green 96 ◦ blue 119

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

Shades of Cabaret #BF6077

Tints of Cabaret #BF6077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.31%

R = 47.04%
G = 23.65%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF6077 (or 0xBF6077) is known color: Cabaret. HEX triplet: BF, 60 and 77. RGB value is (191,96,119). Sum of RGB (Red+Green+Blue) = 191+96+119=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6077 is #409F88. Grayscale: #7F7F7F. Windows color (decimal): -4235145 or 7823551. OLE color: 7823551.

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

Color convert

RGB 191 96 119 -
CMYK 0 0.50 0.38 0.25
HSL 345.47º 0.43% 0.56% -
HSV(B) 345.47º 0.5% 0.75% -
XYZ 29 20.77 19.93 -
YUV 127.03 123.47 173.63 -
System Red Green Blue C M Y K H S L
Decimal 191 96 119 0 0.50 0.38 0.25 345.47 0.43 0.56
Hex BF 60 77 0 32 26 19 159 2B 38
Octal 277 140 167 0 62 46 31 531 53 70
Binary 10111111 1100000 1110111 0 110010 100110 11001 101011001 101011 111000

Color Harmonies of #BF6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6077

Black with #BF6077

Text Example


Text Example

White with #BF6077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6077; }

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

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

background-color css

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

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

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

border-color css

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

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

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