Html Css Color HEX #B05A7A Royal Heath

📋 copy color: '#B05A7A'

red 176 ◦ green 90 ◦ blue 122

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

Shades of Royal Heath #B05A7A

Tints of Royal Heath #B05A7A

RGB

 RED value IS 176 (69.14% from 255) = 45.36%

 GREEN value IS 90 (35.55% from 255) = 23.2%

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

R = 45.36%
G = 23.2%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B05A7A (or 0xB05A7A) is known color: Royal Heath. HEX triplet: B0, 5A and 7A. RGB value is (176,90,122). Sum of RGB (Red+Green+Blue) = 176+90+122=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A7A is #4FA585. Grayscale: #777777. Windows color (decimal): -5219718 or 8018608. OLE color: 8018608.

HSL color Cylindrical-coordinate representation of color #B05A7A: hue angle of 337.67º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05A7A is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 90 122 -
CMYK 0 0.49 0.31 0.31
HSL 337.67º 0.35% 0.52% -
HSV(B) 337.67º 0.49% 0.69% -
XYZ 25.07 17.95 20.56 -
YUV 119.36 129.49 168.4 -
System Red Green Blue C M Y K H S L
Decimal 176 90 122 0 0.49 0.31 0.31 337.67 0.35 0.52
Hex B0 5A 7A 0 31 1F 1F 152 23 34
Octal 260 132 172 0 61 37 37 522 43 64
Binary 10110000 1011010 1111010 0 110001 11111 11111 101010010 100011 110100

Color Harmonies of #B05A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A7A

Black with #B05A7A

Text Example


Text Example

White with #B05A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A7A; }

 p { color: rgb(176,90,122); }

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

background-color css

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

 a { background-color: rgb(176,90,122); }

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

border-color css

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

 span { border-color: rgb(176,90,122); }

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