Html Css Color HEX #B07FA5 Bouquet

📋 copy color: '#B07FA5'

red 176 ◦ green 127 ◦ blue 165

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

Shades of Bouquet #B07FA5

Tints of Bouquet #B07FA5

RGB

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

 GREEN value IS 127 (50% from 255) = 27.14%

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

R = 37.61%
G = 27.14%
B = 35.26%

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

#B07FA5 (or 0xB07FA5) is known color: Bouquet. HEX triplet: B0, 7F and A5. RGB value is (176,127,165). Sum of RGB (Red+Green+Blue) = 176+127+165=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B07FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07FA5 is #4F805A. Grayscale: #919191. Windows color (decimal): -5210203 or 10846128. OLE color: 10846128.

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

Color convert

RGB 176 127 165 -
CMYK 0 0.28 0.06 0.31
HSL 313.47º 0.24% 0.59% -
HSV(B) 313.47º 0.28% 0.69% -
XYZ 32.29 27.13 39.13 -
YUV 145.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 176 127 165 0 0.28 0.06 0.31 313.47 0.24 0.59
Hex B0 7F A5 0 1C 6 1F 139 18 3B
Octal 260 177 245 0 34 6 37 471 30 73
Binary 10110000 1111111 10100101 0 11100 110 11111 100111001 11000 111011

Color Harmonies of #B07FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07FA5

Black with #B07FA5

Text Example


Text Example

White with #B07FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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