Html Css Color HEX #BF78A2 Bouquet

📋 copy color: '#BF78A2'

red 191 ◦ green 120 ◦ blue 162

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

Shades of Bouquet #BF78A2

Tints of Bouquet #BF78A2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.37%

 BLUE value IS 162 (63.67% from 255) = 34.25%

R = 40.38%
G = 25.37%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BF78A2 (or 0xBF78A2) is known color: Bouquet. HEX triplet: BF, 78 and A2. RGB value is (191,120,162). Sum of RGB (Red+Green+Blue) = 191+120+162=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF78A2 is #40875D. Grayscale: #919191. Windows color (decimal): -4228958 or 10647743. OLE color: 10647743.

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

Color convert

RGB 191 120 162 -
CMYK 0 0.37 0.15 0.25
HSL 324.51º 0.36% 0.61% -
HSV(B) 324.51º 0.37% 0.75% -
XYZ 34.72 27.12 37.59 -
YUV 146.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 191 120 162 0 0.37 0.15 0.25 324.51 0.36 0.61
Hex BF 78 A2 0 25 F 19 145 24 3D
Octal 277 170 242 0 45 17 31 505 44 75
Binary 10111111 1111000 10100010 0 100101 1111 11001 101000101 100100 111101

Color Harmonies of #BF78A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF78A2

Black with #BF78A2

Text Example


Text Example

White with #BF78A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF78A2; }

 p { color: rgb(191,120,162); }

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

background-color css

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

 a { background-color: rgb(191,120,162); }

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

border-color css

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

 span { border-color: rgb(191,120,162); }

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