Html Css Color HEX #B07EA3 Bouquet

📋 copy color: '#B07EA3'

red 176 ◦ green 126 ◦ blue 163

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

Shades of Bouquet #B07EA3

Tints of Bouquet #B07EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.05%

R = 37.85%
G = 27.1%
B = 35.05%

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

#B07EA3 (or 0xB07EA3) is known color: Bouquet. HEX triplet: B0, 7E and A3. RGB value is (176,126,163). Sum of RGB (Red+Green+Blue) = 176+126+163=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B07EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07EA3 is #4F815C. Grayscale: #919191. Windows color (decimal): -5210461 or 10714800. OLE color: 10714800.

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

Color convert

RGB 176 126 163 -
CMYK 0 0.28 0.07 0.31
HSL 315.6º 0.24% 0.59% -
HSV(B) 315.6º 0.28% 0.69% -
XYZ 31.98 26.8 38.14 -
YUV 145.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 176 126 163 0 0.28 0.07 0.31 315.6 0.24 0.59
Hex B0 7E A3 0 1C 7 1F 13C 18 3B
Octal 260 176 243 0 34 7 37 474 30 73
Binary 10110000 1111110 10100011 0 11100 111 11111 100111100 11000 111011

Color Harmonies of #B07EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EA3

Black with #B07EA3

Text Example


Text Example

White with #B07EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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