Html Css Color HEX #B5446C Royal Heath

📋 copy color: '#B5446C'

red 181 ◦ green 68 ◦ blue 108

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

Shades of Royal Heath #B5446C

Tints of Royal Heath #B5446C

RGB

 RED value IS 181 (71.09% from 255) = 50.7%

 GREEN value IS 68 (26.95% from 255) = 19.05%

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 50.7%
G = 19.05%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5446C (or 0xB5446C) is known color: Royal Heath. HEX triplet: B5, 44 and 6C. RGB value is (181,68,108). Sum of RGB (Red+Green+Blue) = 181+68+108=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5446C is #4ABB93. Grayscale: #6A6A6A. Windows color (decimal): -4897684 or 7095477. OLE color: 7095477.

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

Color convert

RGB 181 68 108 -
CMYK 0 0.62 0.40 0.29
HSL 338.76º 0.45% 0.49% -
HSV(B) 338.76º 0.62% 0.71% -
XYZ 23.83 15.04 15.83 -
YUV 106.35 128.94 181.25 -
System Red Green Blue C M Y K H S L
Decimal 181 68 108 0 0.62 0.40 0.29 338.76 0.45 0.49
Hex B5 44 6C 0 3E 28 1D 153 2D 31
Octal 265 104 154 0 76 50 35 523 55 61
Binary 10110101 1000100 1101100 0 111110 101000 11101 101010011 101101 110001

Color Harmonies of #B5446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5446C

Black with #B5446C

Text Example


Text Example

White with #B5446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5446C; }

 p { color: rgb(181,68,108); }

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

background-color css

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

 a { background-color: rgb(181,68,108); }

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

border-color css

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

 span { border-color: rgb(181,68,108); }

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