Html Css Color HEX #BF6172 Cabaret

📋 copy color: '#BF6172'

red 191 ◦ green 97 ◦ blue 114

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

Shades of Cabaret #BF6172

Tints of Cabaret #BF6172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.13%

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

R = 47.51%
G = 24.13%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF6172 (or 0xBF6172) is known color: Cabaret. HEX triplet: BF, 61 and 72. RGB value is (191,97,114). Sum of RGB (Red+Green+Blue) = 191+97+114=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6172 is #409E8D. Grayscale: #7F7F7F. Windows color (decimal): -4234894 or 7496127. OLE color: 7496127.

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

Color convert

RGB 191 97 114 -
CMYK 0 0.49 0.40 0.25
HSL 349.15º 0.42% 0.56% -
HSV(B) 349.15º 0.49% 0.75% -
XYZ 28.8 20.84 18.42 -
YUV 127.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 191 97 114 0 0.49 0.40 0.25 349.15 0.42 0.56
Hex BF 61 72 0 31 28 19 15D 2A 38
Octal 277 141 162 0 61 50 31 535 52 70
Binary 10111111 1100001 1110010 0 110001 101000 11001 101011101 101010 111000

Color Harmonies of #BF6172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6172

Black with #BF6172

Text Example


Text Example

White with #BF6172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6172; }

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

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

background-color css

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

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

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

border-color css

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

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

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