Html Css Color HEX #B2466F Royal Heath

📋 copy color: '#B2466F'

red 178 ◦ green 70 ◦ blue 111

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

Shades of Royal Heath #B2466F

Tints of Royal Heath #B2466F

RGB

 RED value IS 178 (69.92% from 255) = 49.58%

 GREEN value IS 70 (27.73% from 255) = 19.5%

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 49.58%
G = 19.5%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2466F (or 0xB2466F) is known color: Royal Heath. HEX triplet: B2, 46 and 6F. RGB value is (178,70,111). Sum of RGB (Red+Green+Blue) = 178+70+111=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2466F is #4DB990. Grayscale: #6A6A6A. Windows color (decimal): -5093777 or 7292594. OLE color: 7292594.

HSL color Cylindrical-coordinate representation of color #B2466F: hue angle of 337.22º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2466F is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 111 -
CMYK 0 0.61 0.38 0.30
HSL 337.22º 0.44% 0.49% -
HSV(B) 337.22º 0.61% 0.7% -
XYZ 23.42 14.99 16.7 -
YUV 106.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 178 70 111 0 0.61 0.38 0.30 337.22 0.44 0.49
Hex B2 46 6F 0 3D 26 1E 151 2C 31
Octal 262 106 157 0 75 46 36 521 54 61
Binary 10110010 1000110 1101111 0 111101 100110 11110 101010001 101100 110001

Color Harmonies of #B2466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2466F

Black with #B2466F

Text Example


Text Example

White with #B2466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2466F; }

 p { color: rgb(178,70,111); }

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

background-color css

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

 a { background-color: rgb(178,70,111); }

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

border-color css

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

 span { border-color: rgb(178,70,111); }

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