Html Css Color HEX #BF636F Cabaret

📋 copy color: '#BF636F'

red 191 ◦ green 99 ◦ blue 111

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

Shades of Cabaret #BF636F

Tints of Cabaret #BF636F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

 BLUE value IS 111 (43.75% from 255) = 27.68%

R = 47.63%
G = 24.69%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF636F (or 0xBF636F) is known color: Cabaret. HEX triplet: BF, 63 and 6F. RGB value is (191,99,111). Sum of RGB (Red+Green+Blue) = 191+99+111=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF636F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF636F is #409C90. Grayscale: #7F7F7F. Windows color (decimal): -4234385 or 7300031. OLE color: 7300031.

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

Color convert

RGB 191 99 111 -
CMYK 0 0.48 0.42 0.25
HSL 352.17º 0.42% 0.57% -
HSV(B) 352.17º 0.48% 0.75% -
XYZ 28.82 21.15 17.6 -
YUV 127.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 191 99 111 0 0.48 0.42 0.25 352.17 0.42 0.57
Hex BF 63 6F 0 30 2A 19 160 2A 39
Octal 277 143 157 0 60 52 31 540 52 71
Binary 10111111 1100011 1101111 0 110000 101010 11001 101100000 101010 111001

Color Harmonies of #BF636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF636F

Black with #BF636F

Text Example


Text Example

White with #BF636F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF636F; }

 p { color: rgb(191,99,111); }

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

background-color css

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

 a { background-color: rgb(191,99,111); }

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

border-color css

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

 span { border-color: rgb(191,99,111); }

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