Html Css Color HEX #BF7BAB Bouquet

📋 copy color: '#BF7BAB'

red 191 ◦ green 123 ◦ blue 171

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

Shades of Bouquet #BF7BAB

Tints of Bouquet #BF7BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.36%

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 39.38%
G = 25.36%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF7BAB (or 0xBF7BAB) is known color: Bouquet. HEX triplet: BF, 7B and AB. RGB value is (191,123,171). Sum of RGB (Red+Green+Blue) = 191+123+171=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7BAB is #408454. Grayscale: #949494. Windows color (decimal): -4228181 or 11238335. OLE color: 11238335.

HSL color Cylindrical-coordinate representation of color #BF7BAB: hue angle of 317.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF7BAB is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 123 171 -
CMYK 0 0.36 0.10 0.25
HSL 317.65º 0.35% 0.62% -
HSV(B) 317.65º 0.36% 0.75% -
XYZ 35.92 28.18 42.07 -
YUV 148.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 191 123 171 0 0.36 0.10 0.25 317.65 0.35 0.62
Hex BF 7B AB 0 24 A 19 13E 23 3E
Octal 277 173 253 0 44 12 31 476 43 76
Binary 10111111 1111011 10101011 0 100100 1010 11001 100111110 100011 111110

Color Harmonies of #BF7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BAB

Black with #BF7BAB

Text Example


Text Example

White with #BF7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BAB; }

 p { color: rgb(191,123,171); }

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

background-color css

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

 a { background-color: rgb(191,123,171); }

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

border-color css

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

 span { border-color: rgb(191,123,171); }

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