Html Css Color HEX #B07EA5 Bouquet

📋 copy color: '#B07EA5'

red 176 ◦ green 126 ◦ blue 165

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

Shades of Bouquet #B07EA5

Tints of Bouquet #B07EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.33%

R = 37.69%
G = 26.98%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B07EA5 (or 0xB07EA5) is known color: Bouquet. HEX triplet: B0, 7E and A5. RGB value is (176,126,165). Sum of RGB (Red+Green+Blue) = 176+126+165=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B07EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07EA5 is #4F815A. Grayscale: #919191. Windows color (decimal): -5210459 or 10845872. OLE color: 10845872.

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

Color convert

RGB 176 126 165 -
CMYK 0 0.28 0.06 0.31
HSL 313.2º 0.24% 0.59% -
HSV(B) 313.2º 0.28% 0.69% -
XYZ 32.16 26.87 39.09 -
YUV 145.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 176 126 165 0 0.28 0.06 0.31 313.2 0.24 0.59
Hex B0 7E A5 0 1C 6 1F 139 18 3B
Octal 260 176 245 0 34 6 37 471 30 73
Binary 10110000 1111110 10100101 0 11100 110 11111 100111001 11000 111011

Color Harmonies of #B07EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EA5

Black with #B07EA5

Text Example


Text Example

White with #B07EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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