Html Css Color HEX #B06C9C Bouquet

📋 copy color: '#B06C9C'

red 176 ◦ green 108 ◦ blue 156

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

Shades of Bouquet #B06C9C

Tints of Bouquet #B06C9C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.55%

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 40%
G = 24.55%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B06C9C (or 0xB06C9C) is known color: Bouquet. HEX triplet: B0, 6C and 9C. RGB value is (176,108,156). Sum of RGB (Red+Green+Blue) = 176+108+156=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06C9C is #4F9363. Grayscale: #858585. Windows color (decimal): -5215076 or 10251440. OLE color: 10251440.

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

Color convert

RGB 176 108 156 -
CMYK 0 0.39 0.11 0.31
HSL 317.65º 0.3% 0.56% -
HSV(B) 317.65º 0.39% 0.69% -
XYZ 29.27 22.36 34.22 -
YUV 133.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 176 108 156 0 0.39 0.11 0.31 317.65 0.3 0.56
Hex B0 6C 9C 0 27 B 1F 13E 1E 38
Octal 260 154 234 0 47 13 37 476 36 70
Binary 10110000 1101100 10011100 0 100111 1011 11111 100111110 11110 111000

Color Harmonies of #B06C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C9C

Black with #B06C9C

Text Example


Text Example

White with #B06C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C9C; }

 p { color: rgb(176,108,156); }

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

background-color css

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

 a { background-color: rgb(176,108,156); }

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

border-color css

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

 span { border-color: rgb(176,108,156); }

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