Html Css Color HEX #B67F9F Bouquet

📋 copy color: '#B67F9F'

red 182 ◦ green 127 ◦ blue 159

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

Shades of Bouquet #B67F9F

Tints of Bouquet #B67F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.97%

R = 38.89%
G = 27.14%
B = 33.97%

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

#B67F9F (or 0xB67F9F) is known color: Bouquet. HEX triplet: B6, 7F and 9F. RGB value is (182,127,159). Sum of RGB (Red+Green+Blue) = 182+127+159=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67F9F is #498060. Grayscale: #939393. Windows color (decimal): -4816993 or 10452918. OLE color: 10452918.

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

Color convert

RGB 182 127 159 -
CMYK 0 0.30 0.13 0.29
HSL 325.09º 0.27% 0.61% -
HSV(B) 325.09º 0.3% 0.71% -
XYZ 33.14 27.63 36.39 -
YUV 147.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 182 127 159 0 0.30 0.13 0.29 325.09 0.27 0.61
Hex B6 7F 9F 0 1E D 1D 145 1B 3D
Octal 266 177 237 0 36 15 35 505 33 75
Binary 10110110 1111111 10011111 0 11110 1101 11101 101000101 11011 111101

Color Harmonies of #B67F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67F9F

Black with #B67F9F

Text Example


Text Example

White with #B67F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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