Html Css Color HEX #BF6072 Cabaret

📋 copy color: '#BF6072'

red 191 ◦ green 96 ◦ blue 114

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

Shades of Cabaret #BF6072

Tints of Cabaret #BF6072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.43%

R = 47.63%
G = 23.94%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF6072 (or 0xBF6072) is known color: Cabaret. HEX triplet: BF, 60 and 72. RGB value is (191,96,114). Sum of RGB (Red+Green+Blue) = 191+96+114=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6072 is #409F8D. Grayscale: #7E7E7E. Windows color (decimal): -4235150 or 7495871. OLE color: 7495871.

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

Color convert

RGB 191 96 114 -
CMYK 0 0.50 0.40 0.25
HSL 348.63º 0.43% 0.56% -
HSV(B) 348.63º 0.5% 0.75% -
XYZ 28.71 20.66 18.39 -
YUV 126.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 191 96 114 0 0.50 0.40 0.25 348.63 0.43 0.56
Hex BF 60 72 0 32 28 19 15D 2B 38
Octal 277 140 162 0 62 50 31 535 53 70
Binary 10111111 1100000 1110010 0 110010 101000 11001 101011101 101011 111000

Color Harmonies of #BF6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6072

Black with #BF6072

Text Example


Text Example

White with #BF6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6072; }

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

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

background-color css

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

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

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

border-color css

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

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

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