Html Css Color HEX #B6457A Royal Heath

📋 copy color: '#B6457A'

red 182 ◦ green 69 ◦ blue 122

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

Shades of Royal Heath #B6457A

Tints of Royal Heath #B6457A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.5%

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 48.79%
G = 18.5%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6457A (or 0xB6457A) is known color: Royal Heath. HEX triplet: B6, 45 and 7A. RGB value is (182,69,122). Sum of RGB (Red+Green+Blue) = 182+69+122=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6457A is #49BA85. Grayscale: #6C6C6C. Windows color (decimal): -4831878 or 8013238. OLE color: 8013238.

HSL color Cylindrical-coordinate representation of color #B6457A: hue angle of 331.86º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6457A is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 69 122 -
CMYK 0 0.62 0.33 0.29
HSL 331.86º 0.45% 0.49% -
HSV(B) 331.86º 0.62% 0.71% -
XYZ 24.93 15.61 20.11 -
YUV 108.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 182 69 122 0 0.62 0.33 0.29 331.86 0.45 0.49
Hex B6 45 7A 0 3E 21 1D 14C 2D 31
Octal 266 105 172 0 76 41 35 514 55 61
Binary 10110110 1000101 1111010 0 111110 100001 11101 101001100 101101 110001

Color Harmonies of #B6457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6457A

Black with #B6457A

Text Example


Text Example

White with #B6457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6457A; }

 p { color: rgb(182,69,122); }

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

background-color css

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

 a { background-color: rgb(182,69,122); }

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

border-color css

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

 span { border-color: rgb(182,69,122); }

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