Html Css Color HEX #B073A5 Bouquet

📋 copy color: '#B073A5'

red 176 ◦ green 115 ◦ blue 165

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

Shades of Bouquet #B073A5

Tints of Bouquet #B073A5

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.22%

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

R = 38.6%
G = 25.22%
B = 36.18%

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

#B073A5 (or 0xB073A5) is known color: Bouquet. HEX triplet: B0, 73 and A5. RGB value is (176,115,165). Sum of RGB (Red+Green+Blue) = 176+115+165=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B073A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B073A5 is #4F8C5A. Grayscale: #8A8A8A. Windows color (decimal): -5213275 or 10843056. OLE color: 10843056.

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

Color convert

RGB 176 115 165 -
CMYK 0 0.35 0.06 0.31
HSL 310.82º 0.28% 0.57% -
HSV(B) 310.82º 0.35% 0.69% -
XYZ 30.83 24.21 38.65 -
YUV 138.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 176 115 165 0 0.35 0.06 0.31 310.82 0.28 0.57
Hex B0 73 A5 0 23 6 1F 137 1C 39
Octal 260 163 245 0 43 6 37 467 34 71
Binary 10110000 1110011 10100101 0 100011 110 11111 100110111 11100 111001

Color Harmonies of #B073A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B073A5

Black with #B073A5

Text Example


Text Example

White with #B073A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B073A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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