Html Css Color HEX #B072A5 Bouquet

📋 copy color: '#B072A5'

red 176 ◦ green 114 ◦ blue 165

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

Shades of Bouquet #B072A5

Tints of Bouquet #B072A5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.05%

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

R = 38.68%
G = 25.05%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B072A5 (or 0xB072A5) is known color: Bouquet. HEX triplet: B0, 72 and A5. RGB value is (176,114,165). Sum of RGB (Red+Green+Blue) = 176+114+165=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B072A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B072A5 is #4F8D5A. Grayscale: #8A8A8A. Windows color (decimal): -5213531 or 10842800. OLE color: 10842800.

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

Color convert

RGB 176 114 165 -
CMYK 0 0.35 0.06 0.31
HSL 310.65º 0.28% 0.57% -
HSV(B) 310.65º 0.35% 0.69% -
XYZ 30.71 23.98 38.61 -
YUV 138.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 176 114 165 0 0.35 0.06 0.31 310.65 0.28 0.57
Hex B0 72 A5 0 23 6 1F 137 1C 39
Octal 260 162 245 0 43 6 37 467 34 71
Binary 10110000 1110010 10100101 0 100011 110 11111 100110111 11100 111001

Color Harmonies of #B072A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B072A5

Black with #B072A5

Text Example


Text Example

White with #B072A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B072A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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