Html Css Color HEX #BF6670 Cabaret

📋 copy color: '#BF6670'

red 191 ◦ green 102 ◦ blue 112

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

Shades of Cabaret #BF6670

Tints of Cabaret #BF6670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.19%

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 47.16%
G = 25.19%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF6670 (or 0xBF6670) is known color: Cabaret. HEX triplet: BF, 66 and 70. RGB value is (191,102,112). Sum of RGB (Red+Green+Blue) = 191+102+112=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6670 is #40998F. Grayscale: #818181. Windows color (decimal): -4233616 or 7366335. OLE color: 7366335.

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

Color convert

RGB 191 102 112 -
CMYK 0 0.47 0.41 0.25
HSL 353.26º 0.41% 0.57% -
HSV(B) 353.26º 0.47% 0.75% -
XYZ 29.16 21.75 17.99 -
YUV 129.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 191 102 112 0 0.47 0.41 0.25 353.26 0.41 0.57
Hex BF 66 70 0 2F 29 19 161 29 39
Octal 277 146 160 0 57 51 31 541 51 71
Binary 10111111 1100110 1110000 0 101111 101001 11001 101100001 101001 111001

Color Harmonies of #BF6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6670

Black with #BF6670

Text Example


Text Example

White with #BF6670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6670; }

 p { color: rgb(191,102,112); }

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

background-color css

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

 a { background-color: rgb(191,102,112); }

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

border-color css

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

 span { border-color: rgb(191,102,112); }

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