Html Css Color HEX #B4426B Royal Heath

📋 copy color: '#B4426B'

red 180 ◦ green 66 ◦ blue 107

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

Shades of Royal Heath #B4426B

Tints of Royal Heath #B4426B

RGB

 RED value IS 180 (70.7% from 255) = 50.99%

 GREEN value IS 66 (26.17% from 255) = 18.7%

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 50.99%
G = 18.7%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B4426B (or 0xB4426B) is known color: Royal Heath. HEX triplet: B4, 42 and 6B. RGB value is (180,66,107). Sum of RGB (Red+Green+Blue) = 180+66+107=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4426B is #4BBD94. Grayscale: #686868. Windows color (decimal): -4963733 or 7029428. OLE color: 7029428.

HSL color Cylindrical-coordinate representation of color #B4426B: hue angle of 338.42º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4426B is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 107 -
CMYK 0 0.63 0.41 0.29
HSL 338.42º 0.46% 0.48% -
HSV(B) 338.42º 0.63% 0.71% -
XYZ 23.42 14.66 15.51 -
YUV 104.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 180 66 107 0 0.63 0.41 0.29 338.42 0.46 0.48
Hex B4 42 6B 0 3F 29 1D 152 2E 30
Octal 264 102 153 0 77 51 35 522 56 60
Binary 10110100 1000010 1101011 0 111111 101001 11101 101010010 101110 110000

Color Harmonies of #B4426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4426B

Black with #B4426B

Text Example


Text Example

White with #B4426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4426B; }

 p { color: rgb(180,66,107); }

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

background-color css

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

 a { background-color: rgb(180,66,107); }

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

border-color css

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

 span { border-color: rgb(180,66,107); }

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