Html Css Color HEX #B9426D Royal Heath

📋 copy color: '#B9426D'

red 185 ◦ green 66 ◦ blue 109

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

Shades of Royal Heath #B9426D

Tints of Royal Heath #B9426D

RGB

 RED value IS 185 (72.66% from 255) = 51.39%

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

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 51.39%
G = 18.33%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9426D (or 0xB9426D) is known color: Royal Heath. HEX triplet: B9, 42 and 6D. RGB value is (185,66,109). Sum of RGB (Red+Green+Blue) = 185+66+109=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9426D is #46BD92. Grayscale: #6A6A6A. Windows color (decimal): -4636051 or 7160505. OLE color: 7160505.

HSL color Cylindrical-coordinate representation of color #B9426D: hue angle of 338.32º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9426D is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 66 109 -
CMYK 0 0.64 0.41 0.27
HSL 338.32º 0.47% 0.49% -
HSV(B) 338.32º 0.64% 0.73% -
XYZ 24.72 15.31 16.12 -
YUV 106.48 129.42 184 -
System Red Green Blue C M Y K H S L
Decimal 185 66 109 0 0.64 0.41 0.27 338.32 0.47 0.49
Hex B9 42 6D 0 40 29 1B 152 2F 31
Octal 271 102 155 0 100 51 33 522 57 61
Binary 10111001 1000010 1101101 0 1000000 101001 11011 101010010 101111 110001

Color Harmonies of #B9426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9426D

Black with #B9426D

Text Example


Text Example

White with #B9426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9426D; }

 p { color: rgb(185,66,109); }

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

background-color css

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

 a { background-color: rgb(185,66,109); }

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

border-color css

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

 span { border-color: rgb(185,66,109); }

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