Html Css Color HEX #B07398 Bouquet

📋 copy color: '#B07398'

red 176 ◦ green 115 ◦ blue 152

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

Shades of Bouquet #B07398

Tints of Bouquet #B07398

RGB

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

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

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

R = 39.73%
G = 25.96%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B07398 (or 0xB07398) is known color: Bouquet. HEX triplet: B0, 73 and 98. RGB value is (176,115,152). Sum of RGB (Red+Green+Blue) = 176+115+152=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B07398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07398 is #4F8C67. Grayscale: #898989. Windows color (decimal): -5213288 or 9991088. OLE color: 9991088.

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

Color convert

RGB 176 115 152 -
CMYK 0 0.35 0.14 0.31
HSL 323.61º 0.28% 0.57% -
HSV(B) 323.61º 0.35% 0.69% -
XYZ 29.7 23.76 32.73 -
YUV 137.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 176 115 152 0 0.35 0.14 0.31 323.61 0.28 0.57
Hex B0 73 98 0 23 E 1F 144 1C 39
Octal 260 163 230 0 43 16 37 504 34 71
Binary 10110000 1110011 10011000 0 100011 1110 11111 101000100 11100 111001

Color Harmonies of #B07398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07398

Black with #B07398

Text Example


Text Example

White with #B07398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07398; }

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

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

background-color css

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

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

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

border-color css

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

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

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