Html Css Color HEX #B23974 Royal Heath

📋 copy color: '#B23974'

red 178 ◦ green 57 ◦ blue 116

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

Shades of Royal Heath #B23974

Tints of Royal Heath #B23974

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.24%

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 50.71%
G = 16.24%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B23974 (or 0xB23974) is known color: Royal Heath. HEX triplet: B2, 39 and 74. RGB value is (178,57,116). Sum of RGB (Red+Green+Blue) = 178+57+116=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B23974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23974 is #4DC68B. Grayscale: #636363. Windows color (decimal): -5097100 or 7616946. OLE color: 7616946.

HSL color Cylindrical-coordinate representation of color #B23974: hue angle of 330.74º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B23974 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 57 116 -
CMYK 0 0.68 0.35 0.30
HSL 330.74º 0.51% 0.46% -
HSV(B) 330.74º 0.68% 0.7% -
XYZ 22.98 13.65 17.95 -
YUV 99.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 178 57 116 0 0.68 0.35 0.30 330.74 0.51 0.46
Hex B2 39 74 0 44 23 1E 14B 33 2E
Octal 262 71 164 0 104 43 36 513 63 56
Binary 10110010 111001 1110100 0 1000100 100011 11110 101001011 110011 101110

Color Harmonies of #B23974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23974

Black with #B23974

Text Example


Text Example

White with #B23974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23974; }

 p { color: rgb(178,57,116); }

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

background-color css

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

 a { background-color: rgb(178,57,116); }

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

border-color css

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

 span { border-color: rgb(178,57,116); }

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