Html Css Color HEX #B082A5 Bouquet

📋 copy color: '#B082A5'

red 176 ◦ green 130 ◦ blue 165

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

Shades of Bouquet #B082A5

Tints of Bouquet #B082A5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.6%

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

R = 37.37%
G = 27.6%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B082A5 (or 0xB082A5) is known color: Bouquet. HEX triplet: B0, 82 and A5. RGB value is (176,130,165). Sum of RGB (Red+Green+Blue) = 176+130+165=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B082A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B082A5 is #4F7D5A. Grayscale: #939393. Windows color (decimal): -5209435 or 10846896. OLE color: 10846896.

HSL color Cylindrical-coordinate representation of color #B082A5: hue angle of 314.35º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B082A5 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 165 -
CMYK 0 0.26 0.06 0.31
HSL 314.35º 0.23% 0.6% -
HSV(B) 314.35º 0.26% 0.69% -
XYZ 32.68 27.91 39.26 -
YUV 147.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 176 130 165 0 0.26 0.06 0.31 314.35 0.23 0.6
Hex B0 82 A5 0 1A 6 1F 13A 17 3C
Octal 260 202 245 0 32 6 37 472 27 74
Binary 10110000 10000010 10100101 0 11010 110 11111 100111010 10111 111100

Color Harmonies of #B082A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B082A5

Black with #B082A5

Text Example


Text Example

White with #B082A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B082A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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