Html Css Color HEX #B08EA3 Bouquet

📋 copy color: '#B08EA3'

red 176 ◦ green 142 ◦ blue 163

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

Shades of Bouquet #B08EA3

Tints of Bouquet #B08EA3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.52%

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

R = 36.59%
G = 29.52%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B08EA3 (or 0xB08EA3) is known color: Bouquet. HEX triplet: B0, 8E and A3. RGB value is (176,142,163). Sum of RGB (Red+Green+Blue) = 176+142+163=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B08EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EA3 is #4F715C. Grayscale: #9A9A9A. Windows color (decimal): -5206365 or 10718896. OLE color: 10718896.

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

Color convert

RGB 176 142 163 -
CMYK 0 0.19 0.07 0.31
HSL 322.94º 0.18% 0.62% -
HSV(B) 322.94º 0.19% 0.69% -
XYZ 34.19 31.22 38.87 -
YUV 154.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 176 142 163 0 0.19 0.07 0.31 322.94 0.18 0.62
Hex B0 8E A3 0 13 7 1F 143 12 3E
Octal 260 216 243 0 23 7 37 503 22 76
Binary 10110000 10001110 10100011 0 10011 111 11111 101000011 10010 111110

Color Harmonies of #B08EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08EA3

Black with #B08EA3

Text Example


Text Example

White with #B08EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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