Html Css Color HEX #B07BA6 Bouquet

📋 copy color: '#B07BA6'

red 176 ◦ green 123 ◦ blue 166

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

Shades of Bouquet #B07BA6

Tints of Bouquet #B07BA6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.45%

 BLUE value IS 166 (65.23% from 255) = 35.7%

R = 37.85%
G = 26.45%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B07BA6 (or 0xB07BA6) is known color: Bouquet. HEX triplet: B0, 7B and A6. RGB value is (176,123,166). Sum of RGB (Red+Green+Blue) = 176+123+166=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B07BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07BA6 is #4F8459. Grayscale: #8F8F8F. Windows color (decimal): -5211226 or 10910640. OLE color: 10910640.

HSL color Cylindrical-coordinate representation of color #B07BA6: hue angle of 311.32º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07BA6 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 123 166 -
CMYK 0 0.30 0.06 0.31
HSL 311.32º 0.25% 0.59% -
HSV(B) 311.32º 0.3% 0.69% -
XYZ 31.87 26.15 39.44 -
YUV 143.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 176 123 166 0 0.30 0.06 0.31 311.32 0.25 0.59
Hex B0 7B A6 0 1E 6 1F 137 19 3B
Octal 260 173 246 0 36 6 37 467 31 73
Binary 10110000 1111011 10100110 0 11110 110 11111 100110111 11001 111011

Color Harmonies of #B07BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BA6

Black with #B07BA6

Text Example


Text Example

White with #B07BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BA6; }

 p { color: rgb(176,123,166); }

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

background-color css

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

 a { background-color: rgb(176,123,166); }

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

border-color css

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

 span { border-color: rgb(176,123,166); }

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