Html Css Color HEX #BF6470 Cabaret

📋 copy color: '#BF6470'

red 191 ◦ green 100 ◦ blue 112

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

Shades of Cabaret #BF6470

Tints of Cabaret #BF6470

RGB

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

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

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

R = 47.39%
G = 24.81%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF6470 (or 0xBF6470) is known color: Cabaret. HEX triplet: BF, 64 and 70. RGB value is (191,100,112). Sum of RGB (Red+Green+Blue) = 191+100+112=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6470 is #409B8F. Grayscale: #808080. Windows color (decimal): -4234128 or 7365823. OLE color: 7365823.

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

Color convert

RGB 191 100 112 -
CMYK 0 0.48 0.41 0.25
HSL 352.09º 0.42% 0.57% -
HSV(B) 352.09º 0.48% 0.75% -
XYZ 28.97 21.36 17.93 -
YUV 128.58 118.65 172.52 -
System Red Green Blue C M Y K H S L
Decimal 191 100 112 0 0.48 0.41 0.25 352.09 0.42 0.57
Hex BF 64 70 0 30 29 19 160 2A 39
Octal 277 144 160 0 60 51 31 540 52 71
Binary 10111111 1100100 1110000 0 110000 101001 11001 101100000 101010 111001

Color Harmonies of #BF6470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6470

Black with #BF6470

Text Example


Text Example

White with #BF6470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6470; }

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

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

background-color css

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

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

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

border-color css

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

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

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