Html Css Color HEX #B07FA4 Bouquet

📋 copy color: '#B07FA4'

red 176 ◦ green 127 ◦ blue 164

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

Shades of Bouquet #B07FA4

Tints of Bouquet #B07FA4

RGB

 RED value IS 176 (69.14% from 255) = 37.69%

 GREEN value IS 127 (50% from 255) = 27.19%

 BLUE value IS 164 (64.45% from 255) = 35.12%

R = 37.69%
G = 27.19%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B07FA4 (or 0xB07FA4) is known color: Bouquet. HEX triplet: B0, 7F and A4. RGB value is (176,127,164). Sum of RGB (Red+Green+Blue) = 176+127+164=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B07FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07FA4 is #4F805B. Grayscale: #919191. Windows color (decimal): -5210204 or 10780592. OLE color: 10780592.

HSL color Cylindrical-coordinate representation of color #B07FA4: hue angle of 314.69º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07FA4 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 127 164 -
CMYK 0 0.28 0.07 0.31
HSL 314.69º 0.24% 0.59% -
HSV(B) 314.69º 0.28% 0.69% -
XYZ 32.19 27.09 38.65 -
YUV 145.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 176 127 164 0 0.28 0.07 0.31 314.69 0.24 0.59
Hex B0 7F A4 0 1C 7 1F 13B 18 3B
Octal 260 177 244 0 34 7 37 473 30 73
Binary 10110000 1111111 10100100 0 11100 111 11111 100111011 11000 111011

Color Harmonies of #B07FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07FA4

Black with #B07FA4

Text Example


Text Example

White with #B07FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07FA4; }

 p { color: rgb(176,127,164); }

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

background-color css

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

 a { background-color: rgb(176,127,164); }

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

border-color css

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

 span { border-color: rgb(176,127,164); }

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