Html Css Color HEX #B07498 Bouquet

📋 copy color: '#B07498'

red 176 ◦ green 116 ◦ blue 152

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

Shades of Bouquet #B07498

Tints of Bouquet #B07498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.23%

R = 39.64%
G = 26.13%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B07498 (or 0xB07498) is known color: Bouquet. HEX triplet: B0, 74 and 98. RGB value is (176,116,152). Sum of RGB (Red+Green+Blue) = 176+116+152=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B07498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07498 is #4F8B67. Grayscale: #898989. Windows color (decimal): -5213032 or 9991344. OLE color: 9991344.

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

Color convert

RGB 176 116 152 -
CMYK 0 0.34 0.14 0.31
HSL 324º 0.28% 0.57% -
HSV(B) 324º 0.34% 0.69% -
XYZ 29.82 23.99 32.76 -
YUV 138.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 176 116 152 0 0.34 0.14 0.31 324 0.28 0.57
Hex B0 74 98 0 22 E 1F 144 1C 39
Octal 260 164 230 0 42 16 37 504 34 71
Binary 10110000 1110100 10011000 0 100010 1110 11111 101000100 11100 111001

Color Harmonies of #B07498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07498

Black with #B07498

Text Example


Text Example

White with #B07498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07498; }

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

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

background-color css

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

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

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

border-color css

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

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

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