Html Css Color HEX #B07BA4 Bouquet

📋 copy color: '#B07BA4'

red 176 ◦ green 123 ◦ blue 164

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

Shades of Bouquet #B07BA4

Tints of Bouquet #B07BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.42%

R = 38.01%
G = 26.57%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B07BA4 (or 0xB07BA4) is known color: Bouquet. HEX triplet: B0, 7B and A4. RGB value is (176,123,164). Sum of RGB (Red+Green+Blue) = 176+123+164=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B07BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07BA4 is #4F845B. Grayscale: #8F8F8F. Windows color (decimal): -5211228 or 10779568. OLE color: 10779568.

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

Color convert

RGB 176 123 164 -
CMYK 0 0.30 0.07 0.31
HSL 313.58º 0.25% 0.59% -
HSV(B) 313.58º 0.3% 0.69% -
XYZ 31.69 26.08 38.49 -
YUV 143.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 176 123 164 0 0.30 0.07 0.31 313.58 0.25 0.59
Hex B0 7B A4 0 1E 7 1F 13A 19 3B
Octal 260 173 244 0 36 7 37 472 31 73
Binary 10110000 1111011 10100100 0 11110 111 11111 100111010 11001 111011

Color Harmonies of #B07BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BA4

Black with #B07BA4

Text Example


Text Example

White with #B07BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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