Html Css Color HEX #B06F9A Bouquet

📋 copy color: '#B06F9A'

red 176 ◦ green 111 ◦ blue 154

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

Shades of Bouquet #B06F9A

Tints of Bouquet #B06F9A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.17%

 BLUE value IS 154 (60.55% from 255) = 34.92%

R = 39.91%
G = 25.17%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B06F9A (or 0xB06F9A) is known color: Bouquet. HEX triplet: B0, 6F and 9A. RGB value is (176,111,154). Sum of RGB (Red+Green+Blue) = 176+111+154=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06F9A is #4F9065. Grayscale: #878787. Windows color (decimal): -5214310 or 10121136. OLE color: 10121136.

HSL color Cylindrical-coordinate representation of color #B06F9A: hue angle of 320.31º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B06F9A is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 154 -
CMYK 0 0.37 0.12 0.31
HSL 320.31º 0.29% 0.56% -
HSV(B) 320.31º 0.37% 0.69% -
XYZ 29.42 22.93 33.45 -
YUV 135.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 176 111 154 0 0.37 0.12 0.31 320.31 0.29 0.56
Hex B0 6F 9A 0 25 C 1F 140 1D 38
Octal 260 157 232 0 45 14 37 500 35 70
Binary 10110000 1101111 10011010 0 100101 1100 11111 101000000 11101 111000

Color Harmonies of #B06F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F9A

Black with #B06F9A

Text Example


Text Example

White with #B06F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F9A; }

 p { color: rgb(176,111,154); }

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

background-color css

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

 a { background-color: rgb(176,111,154); }

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

border-color css

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

 span { border-color: rgb(176,111,154); }

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