Html Css Color HEX #BF636B Cabaret

📋 copy color: '#BF636B'

red 191 ◦ green 99 ◦ blue 107

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

Shades of Cabaret #BF636B

Tints of Cabaret #BF636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.95%

R = 48.11%
G = 24.94%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BF636B (or 0xBF636B) is known color: Cabaret. HEX triplet: BF, 63 and 6B. RGB value is (191,99,107). Sum of RGB (Red+Green+Blue) = 191+99+107=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF636B is #409C94. Grayscale: #7F7F7F. Windows color (decimal): -4234389 or 7037887. OLE color: 7037887.

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

Color convert

RGB 191 99 107 -
CMYK 0 0.48 0.44 0.25
HSL 354.78º 0.42% 0.57% -
HSV(B) 354.78º 0.48% 0.75% -
XYZ 28.6 21.06 16.47 -
YUV 127.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 191 99 107 0 0.48 0.44 0.25 354.78 0.42 0.57
Hex BF 63 6B 0 30 2C 19 163 2A 39
Octal 277 143 153 0 60 54 31 543 52 71
Binary 10111111 1100011 1101011 0 110000 101100 11001 101100011 101010 111001

Color Harmonies of #BF636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF636B

Black with #BF636B

Text Example


Text Example

White with #BF636B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF636B; }

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

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

background-color css

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

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

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

border-color css

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

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

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