Html Css Color HEX #B67BAA London Hue

📋 copy color: '#B67BAA'

red 182 ◦ green 123 ◦ blue 170

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

Shades of London Hue #B67BAA

Tints of London Hue #B67BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.89%

 BLUE value IS 170 (66.8% from 255) = 35.79%

R = 38.32%
G = 25.89%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B67BAA (or 0xB67BAA) is known color: London Hue. HEX triplet: B6, 7B and AA. RGB value is (182,123,170). Sum of RGB (Red+Green+Blue) = 182+123+170=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B67BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67BAA is #498455. Grayscale: #919191. Windows color (decimal): -4818006 or 11172790. OLE color: 11172790.

HSL color Cylindrical-coordinate representation of color #B67BAA: hue angle of 312.2º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B67BAA is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 123 170 -
CMYK 0 0.32 0.07 0.29
HSL 312.2º 0.29% 0.6% -
HSV(B) 312.2º 0.32% 0.71% -
XYZ 33.63 27.01 41.47 -
YUV 146 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 182 123 170 0 0.32 0.07 0.29 312.2 0.29 0.6
Hex B6 7B AA 0 20 7 1D 138 1D 3C
Octal 266 173 252 0 40 7 35 470 35 74
Binary 10110110 1111011 10101010 0 100000 111 11101 100111000 11101 111100

Color Harmonies of #B67BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67BAA

Black with #B67BAA

Text Example


Text Example

White with #B67BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67BAA; }

 p { color: rgb(182,123,170); }

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

background-color css

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

 a { background-color: rgb(182,123,170); }

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

border-color css

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

 span { border-color: rgb(182,123,170); }

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