Html Css Color HEX #BF6472 Cabaret

📋 copy color: '#BF6472'

red 191 ◦ green 100 ◦ blue 114

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

Shades of Cabaret #BF6472

Tints of Cabaret #BF6472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.69%

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

R = 47.16%
G = 24.69%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF6472 (or 0xBF6472) is known color: Cabaret. HEX triplet: BF, 64 and 72. RGB value is (191,100,114). Sum of RGB (Red+Green+Blue) = 191+100+114=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6472 is #409B8D. Grayscale: #808080. Windows color (decimal): -4234126 or 7496895. OLE color: 7496895.

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

Color convert

RGB 191 100 114 -
CMYK 0 0.48 0.40 0.25
HSL 350.77º 0.42% 0.57% -
HSV(B) 350.77º 0.48% 0.75% -
XYZ 29.08 21.41 18.52 -
YUV 128.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 191 100 114 0 0.48 0.40 0.25 350.77 0.42 0.57
Hex BF 64 72 0 30 28 19 15F 2A 39
Octal 277 144 162 0 60 50 31 537 52 71
Binary 10111111 1100100 1110010 0 110000 101000 11001 101011111 101010 111001

Color Harmonies of #BF6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6472

Black with #BF6472

Text Example


Text Example

White with #BF6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6472; }

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

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

background-color css

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

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

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

border-color css

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

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

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