Html Css Color HEX #B07495 Bouquet

📋 copy color: '#B07495'

red 176 ◦ green 116 ◦ blue 149

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

Shades of Bouquet #B07495

Tints of Bouquet #B07495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.3%

 BLUE value IS 149 (58.59% from 255) = 33.79%

R = 39.91%
G = 26.3%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B07495 (or 0xB07495) is known color: Bouquet. HEX triplet: B0, 74 and 95. RGB value is (176,116,149). Sum of RGB (Red+Green+Blue) = 176+116+149=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B07495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07495 is #4F8B6A. Grayscale: #898989. Windows color (decimal): -5213035 or 9794736. OLE color: 9794736.

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

Color convert

RGB 176 116 149 -
CMYK 0 0.34 0.15 0.31
HSL 327º 0.28% 0.57% -
HSV(B) 327º 0.34% 0.69% -
XYZ 29.57 23.89 31.49 -
YUV 137.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 176 116 149 0 0.34 0.15 0.31 327 0.28 0.57
Hex B0 74 95 0 22 F 1F 147 1C 39
Octal 260 164 225 0 42 17 37 507 34 71
Binary 10110000 1110100 10010101 0 100010 1111 11111 101000111 11100 111001

Color Harmonies of #B07495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07495

Black with #B07495

Text Example


Text Example

White with #B07495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07495; }

 p { color: rgb(176,116,149); }

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

background-color css

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

 a { background-color: rgb(176,116,149); }

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

border-color css

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

 span { border-color: rgb(176,116,149); }

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