Html Css Color HEX #B07EA4 Bouquet

📋 copy color: '#B07EA4'

red 176 ◦ green 126 ◦ blue 164

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

Shades of Bouquet #B07EA4

Tints of Bouquet #B07EA4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.04%

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

R = 37.77%
G = 27.04%
B = 35.19%

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

#B07EA4 (or 0xB07EA4) is known color: Bouquet. HEX triplet: B0, 7E and A4. RGB value is (176,126,164). Sum of RGB (Red+Green+Blue) = 176+126+164=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B07EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07EA4 is #4F815B. Grayscale: #919191. Windows color (decimal): -5210460 or 10780336. OLE color: 10780336.

HSL color Cylindrical-coordinate representation of color #B07EA4: hue angle of 314.4º 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 #B07EA4 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 126 164 -
CMYK 0 0.28 0.07 0.31
HSL 314.4º 0.24% 0.59% -
HSV(B) 314.4º 0.28% 0.69% -
XYZ 32.07 26.83 38.61 -
YUV 145.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 176 126 164 0 0.28 0.07 0.31 314.4 0.24 0.59
Hex B0 7E A4 0 1C 7 1F 13A 18 3B
Octal 260 176 244 0 34 7 37 472 30 73
Binary 10110000 1111110 10100100 0 11100 111 11111 100111010 11000 111011

Color Harmonies of #B07EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EA4

Black with #B07EA4

Text Example


Text Example

White with #B07EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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