Html Css Color HEX #BF636E Cabaret

📋 copy color: '#BF636E'

red 191 ◦ green 99 ◦ blue 110

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

Shades of Cabaret #BF636E

Tints of Cabaret #BF636E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.5%

R = 47.75%
G = 24.75%
B = 27.5%

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

#BF636E (or 0xBF636E) is known color: Cabaret. HEX triplet: BF, 63 and 6E. RGB value is (191,99,110). Sum of RGB (Red+Green+Blue) = 191+99+110=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF636E is #409C91. Grayscale: #7F7F7F. Windows color (decimal): -4234386 or 7234495. OLE color: 7234495.

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

Color convert

RGB 191 99 110 -
CMYK 0 0.48 0.42 0.25
HSL 352.83º 0.42% 0.57% -
HSV(B) 352.83º 0.48% 0.75% -
XYZ 28.76 21.13 17.31 -
YUV 127.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 191 99 110 0 0.48 0.42 0.25 352.83 0.42 0.57
Hex BF 63 6E 0 30 2A 19 161 2A 39
Octal 277 143 156 0 60 52 31 541 52 71
Binary 10111111 1100011 1101110 0 110000 101010 11001 101100001 101010 111001

Color Harmonies of #BF636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF636E

Black with #BF636E

Text Example


Text Example

White with #BF636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF636E; }

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

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

background-color css

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

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

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

border-color css

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

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

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