Html Css Color HEX #B67FA4 Bouquet

📋 copy color: '#B67FA4'

red 182 ◦ green 127 ◦ blue 164

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

Shades of Bouquet #B67FA4

Tints of Bouquet #B67FA4

RGB

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

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

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

R = 38.48%
G = 26.85%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B67FA4 (or 0xB67FA4) is known color: Bouquet. HEX triplet: B6, 7F and A4. RGB value is (182,127,164). Sum of RGB (Red+Green+Blue) = 182+127+164=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B67FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67FA4 is #49805B. Grayscale: #939393. Windows color (decimal): -4816988 or 10780598. OLE color: 10780598.

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

Color convert

RGB 182 127 164 -
CMYK 0 0.30 0.10 0.29
HSL 319.64º 0.27% 0.61% -
HSV(B) 319.64º 0.3% 0.71% -
XYZ 33.58 27.8 38.72 -
YUV 147.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 182 127 164 0 0.30 0.10 0.29 319.64 0.27 0.61
Hex B6 7F A4 0 1E A 1D 140 1B 3D
Octal 266 177 244 0 36 12 35 500 33 75
Binary 10110110 1111111 10100100 0 11110 1010 11101 101000000 11011 111101

Color Harmonies of #B67FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67FA4

Black with #B67FA4

Text Example


Text Example

White with #B67FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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