Html Css Color HEX #B07E9E Bouquet

📋 copy color: '#B07E9E'

red 176 ◦ green 126 ◦ blue 158

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

Shades of Bouquet #B07E9E

Tints of Bouquet #B07E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.35%

R = 38.26%
G = 27.39%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B07E9E (or 0xB07E9E) is known color: Bouquet. HEX triplet: B0, 7E and 9E. RGB value is (176,126,158). Sum of RGB (Red+Green+Blue) = 176+126+158=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E9E is #4F8161. Grayscale: #909090. Windows color (decimal): -5210466 or 10387120. OLE color: 10387120.

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

Color convert

RGB 176 126 158 -
CMYK 0 0.28 0.10 0.31
HSL 321.6º 0.24% 0.59% -
HSV(B) 321.6º 0.28% 0.69% -
XYZ 31.54 26.62 35.82 -
YUV 144.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 176 126 158 0 0.28 0.10 0.31 321.6 0.24 0.59
Hex B0 7E 9E 0 1C A 1F 142 18 3B
Octal 260 176 236 0 34 12 37 502 30 73
Binary 10110000 1111110 10011110 0 11100 1010 11111 101000010 11000 111011

Color Harmonies of #B07E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E9E

Black with #B07E9E

Text Example


Text Example

White with #B07E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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