Html Css Color HEX #B23772 Royal Heath

📋 copy color: '#B23772'

red 178 ◦ green 55 ◦ blue 114

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

Shades of Royal Heath #B23772

Tints of Royal Heath #B23772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.85%

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 51.3%
G = 15.85%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B23772 (or 0xB23772) is known color: Royal Heath. HEX triplet: B2, 37 and 72. RGB value is (178,55,114). Sum of RGB (Red+Green+Blue) = 178+55+114=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B23772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23772 is #4DC88D. Grayscale: #626262. Windows color (decimal): -5097614 or 7485362. OLE color: 7485362.

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

Color convert

RGB 178 55 114 -
CMYK 0 0.69 0.36 0.30
HSL 331.22º 0.53% 0.46% -
HSV(B) 331.22º 0.69% 0.7% -
XYZ 22.76 13.41 17.31 -
YUV 98.5 136.75 184.7 -
System Red Green Blue C M Y K H S L
Decimal 178 55 114 0 0.69 0.36 0.30 331.22 0.53 0.46
Hex B2 37 72 0 45 24 1E 14B 35 2E
Octal 262 67 162 0 105 44 36 513 65 56
Binary 10110010 110111 1110010 0 1000101 100100 11110 101001011 110101 101110

Color Harmonies of #B23772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23772

Black with #B23772

Text Example


Text Example

White with #B23772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23772; }

 p { color: rgb(178,55,114); }

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

background-color css

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

 a { background-color: rgb(178,55,114); }

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

border-color css

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

 span { border-color: rgb(178,55,114); }

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