Html Css Color HEX #B07395 Bouquet

📋 copy color: '#B07395'

red 176 ◦ green 115 ◦ blue 149

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

Shades of Bouquet #B07395

Tints of Bouquet #B07395

RGB

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

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

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

R = 40%
G = 26.14%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B07395 (or 0xB07395) is known color: Bouquet. HEX triplet: B0, 73 and 95. RGB value is (176,115,149). Sum of RGB (Red+Green+Blue) = 176+115+149=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B07395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07395 is #4F8C6A. Grayscale: #898989. Windows color (decimal): -5213291 or 9794480. OLE color: 9794480.

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

Color convert

RGB 176 115 149 -
CMYK 0 0.35 0.15 0.31
HSL 326.56º 0.28% 0.57% -
HSV(B) 326.56º 0.35% 0.69% -
XYZ 29.46 23.66 31.45 -
YUV 137.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 176 115 149 0 0.35 0.15 0.31 326.56 0.28 0.57
Hex B0 73 95 0 23 F 1F 147 1C 39
Octal 260 163 225 0 43 17 37 507 34 71
Binary 10110000 1110011 10010101 0 100011 1111 11111 101000111 11100 111001

Color Harmonies of #B07395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07395

Black with #B07395

Text Example


Text Example

White with #B07395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07395; }

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

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

background-color css

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

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

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

border-color css

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

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

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