Html Css Color HEX #B07695 Bouquet

📋 copy color: '#B07695'

red 176 ◦ green 118 ◦ blue 149

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

Shades of Bouquet #B07695

Tints of Bouquet #B07695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.64%

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

R = 39.73%
G = 26.64%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B07695 (or 0xB07695) is known color: Bouquet. HEX triplet: B0, 76 and 95. RGB value is (176,118,149). Sum of RGB (Red+Green+Blue) = 176+118+149=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B07695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07695 is #4F896A. Grayscale: #8A8A8A. Windows color (decimal): -5212523 or 9795248. OLE color: 9795248.

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

Color convert

RGB 176 118 149 -
CMYK 0 0.33 0.15 0.31
HSL 327.93º 0.27% 0.58% -
HSV(B) 327.93º 0.33% 0.69% -
XYZ 29.81 24.36 31.56 -
YUV 138.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 176 118 149 0 0.33 0.15 0.31 327.93 0.27 0.58
Hex B0 76 95 0 21 F 1F 148 1B 3A
Octal 260 166 225 0 41 17 37 510 33 72
Binary 10110000 1110110 10010101 0 100001 1111 11111 101001000 11011 111010

Color Harmonies of #B07695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07695

Black with #B07695

Text Example


Text Example

White with #B07695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07695; }

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

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

background-color css

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

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

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

border-color css

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

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

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