Html Css Color HEX #B67F9E Bouquet

📋 copy color: '#B67F9E'

red 182 ◦ green 127 ◦ blue 158

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

Shades of Bouquet #B67F9E

Tints of Bouquet #B67F9E

RGB

 RED value IS 182 (71.48% from 255) = 38.97%

 GREEN value IS 127 (50% from 255) = 27.19%

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

R = 38.97%
G = 27.19%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B67F9E (or 0xB67F9E) is known color: Bouquet. HEX triplet: B6, 7F and 9E. RGB value is (182,127,158). Sum of RGB (Red+Green+Blue) = 182+127+158=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67F9E is #498061. Grayscale: #929292. Windows color (decimal): -4816994 or 10387382. OLE color: 10387382.

HSL color Cylindrical-coordinate representation of color #B67F9E: hue angle of 326.18º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B67F9E is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 127 158 -
CMYK 0 0.30 0.13 0.29
HSL 326.18º 0.27% 0.61% -
HSV(B) 326.18º 0.3% 0.71% -
XYZ 33.05 27.59 35.93 -
YUV 146.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 182 127 158 0 0.30 0.13 0.29 326.18 0.27 0.61
Hex B6 7F 9E 0 1E D 1D 146 1B 3D
Octal 266 177 236 0 36 15 35 506 33 75
Binary 10110110 1111111 10011110 0 11110 1101 11101 101000110 11011 111101

Color Harmonies of #B67F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67F9E

Black with #B67F9E

Text Example


Text Example

White with #B67F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67F9E; }

 p { color: rgb(182,127,158); }

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

background-color css

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

 a { background-color: rgb(182,127,158); }

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

border-color css

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

 span { border-color: rgb(182,127,158); }

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