Html Css Color HEX #B07E9D Bouquet

📋 copy color: '#B07E9D'

red 176 ◦ green 126 ◦ blue 157

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

Shades of Bouquet #B07E9D

Tints of Bouquet #B07E9D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.45%

 BLUE value IS 157 (61.72% from 255) = 34.2%

R = 38.34%
G = 27.45%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B07E9D (or 0xB07E9D) is known color: Bouquet. HEX triplet: B0, 7E and 9D. RGB value is (176,126,157). Sum of RGB (Red+Green+Blue) = 176+126+157=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E9D is #4F8162. Grayscale: #909090. Windows color (decimal): -5210467 or 10321584. OLE color: 10321584.

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

Color convert

RGB 176 126 157 -
CMYK 0 0.28 0.11 0.31
HSL 322.8º 0.24% 0.59% -
HSV(B) 322.8º 0.28% 0.69% -
XYZ 31.45 26.59 35.37 -
YUV 144.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 176 126 157 0 0.28 0.11 0.31 322.8 0.24 0.59
Hex B0 7E 9D 0 1C B 1F 143 18 3B
Octal 260 176 235 0 34 13 37 503 30 73
Binary 10110000 1111110 10011101 0 11100 1011 11111 101000011 11000 111011

Color Harmonies of #B07E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E9D

Black with #B07E9D

Text Example


Text Example

White with #B07E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E9D; }

 p { color: rgb(176,126,157); }

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

background-color css

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

 a { background-color: rgb(176,126,157); }

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

border-color css

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

 span { border-color: rgb(176,126,157); }

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