Html Css Color HEX #B23D76 Royal Heath

📋 copy color: '#B23D76'

red 178 ◦ green 61 ◦ blue 118

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

Shades of Royal Heath #B23D76

Tints of Royal Heath #B23D76

RGB

 RED value IS 178 (69.92% from 255) = 49.86%

 GREEN value IS 61 (24.22% from 255) = 17.09%

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 49.86%
G = 17.09%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B23D76 (or 0xB23D76) is known color: Royal Heath. HEX triplet: B2, 3D and 76. RGB value is (178,61,118). Sum of RGB (Red+Green+Blue) = 178+61+118=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D76 is #4DC289. Grayscale: #666666. Windows color (decimal): -5096074 or 7749042. OLE color: 7749042.

HSL color Cylindrical-coordinate representation of color #B23D76: hue angle of 330.77º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23D76 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 61 118 -
CMYK 0 0.66 0.34 0.30
HSL 330.77º 0.49% 0.47% -
HSV(B) 330.77º 0.66% 0.7% -
XYZ 23.3 14.11 18.64 -
YUV 102.48 136.76 181.87 -
System Red Green Blue C M Y K H S L
Decimal 178 61 118 0 0.66 0.34 0.30 330.77 0.49 0.47
Hex B2 3D 76 0 42 22 1E 14B 31 2F
Octal 262 75 166 0 102 42 36 513 61 57
Binary 10110010 111101 1110110 0 1000010 100010 11110 101001011 110001 101111

Color Harmonies of #B23D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D76

Black with #B23D76

Text Example


Text Example

White with #B23D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D76; }

 p { color: rgb(178,61,118); }

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

background-color css

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

 a { background-color: rgb(178,61,118); }

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

border-color css

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

 span { border-color: rgb(178,61,118); }

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