Html Css Color HEX #BF6770 Cabaret

📋 copy color: '#BF6770'

red 191 ◦ green 103 ◦ blue 112

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

Shades of Cabaret #BF6770

Tints of Cabaret #BF6770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.37%

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

R = 47.04%
G = 25.37%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF6770 (or 0xBF6770) is known color: Cabaret. HEX triplet: BF, 67 and 70. RGB value is (191,103,112). Sum of RGB (Red+Green+Blue) = 191+103+112=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6770 is #40988F. Grayscale: #828282. Windows color (decimal): -4233360 or 7366591. OLE color: 7366591.

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

Color convert

RGB 191 103 112 -
CMYK 0 0.46 0.41 0.25
HSL 353.86º 0.41% 0.58% -
HSV(B) 353.86º 0.46% 0.75% -
XYZ 29.26 21.95 18.02 -
YUV 130.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 191 103 112 0 0.46 0.41 0.25 353.86 0.41 0.58
Hex BF 67 70 0 2E 29 19 162 29 3A
Octal 277 147 160 0 56 51 31 542 51 72
Binary 10111111 1100111 1110000 0 101110 101001 11001 101100010 101001 111010

Color Harmonies of #BF6770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6770

Black with #BF6770

Text Example


Text Example

White with #BF6770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6770; }

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

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

background-color css

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

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

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

border-color css

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

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

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