Html Css Color HEX #B23975 Royal Heath

📋 copy color: '#B23975'

red 178 ◦ green 57 ◦ blue 117

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

Shades of Royal Heath #B23975

Tints of Royal Heath #B23975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 50.57%
G = 16.19%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B23975 (or 0xB23975) is known color: Royal Heath. HEX triplet: B2, 39 and 75. RGB value is (178,57,117). Sum of RGB (Red+Green+Blue) = 178+57+117=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B23975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23975 is #4DC68A. Grayscale: #636363. Windows color (decimal): -5097099 or 7682482. OLE color: 7682482.

HSL color Cylindrical-coordinate representation of color #B23975: hue angle of 330.25º 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 #B23975 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 57 117 -
CMYK 0 0.68 0.34 0.30
HSL 330.25º 0.51% 0.46% -
HSV(B) 330.25º 0.68% 0.7% -
XYZ 23.03 13.68 18.26 -
YUV 100.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 178 57 117 0 0.68 0.34 0.30 330.25 0.51 0.46
Hex B2 39 75 0 44 22 1E 14A 33 2E
Octal 262 71 165 0 104 42 36 512 63 56
Binary 10110010 111001 1110101 0 1000100 100010 11110 101001010 110011 101110

Color Harmonies of #B23975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23975

Black with #B23975

Text Example


Text Example

White with #B23975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23975; }

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

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

background-color css

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

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

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

border-color css

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

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

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