Html Css Color HEX #B45283 Royal Heath

📋 copy color: '#B45283'

red 180 ◦ green 82 ◦ blue 131

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

Shades of Royal Heath #B45283

Tints of Royal Heath #B45283

RGB

 RED value IS 180 (70.7% from 255) = 45.8%

 GREEN value IS 82 (32.42% from 255) = 20.87%

 BLUE value IS 131 (51.56% from 255) = 33.33%

R = 45.8%
G = 20.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B45283 (or 0xB45283) is known color: Royal Heath. HEX triplet: B4, 52 and 83. RGB value is (180,82,131). Sum of RGB (Red+Green+Blue) = 180+82+131=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B45283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45283 is #4BAD7C. Grayscale: #747474. Windows color (decimal): -4959613 or 8606388. OLE color: 8606388.

HSL color Cylindrical-coordinate representation of color #B45283: hue angle of 330º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45283 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 82 131 -
CMYK 0 0.54 0.27 0.29
HSL 330º 0.4% 0.51% -
HSV(B) 330º 0.54% 0.71% -
XYZ 25.94 17.38 23.46 -
YUV 116.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 180 82 131 0 0.54 0.27 0.29 330 0.4 0.51
Hex B4 52 83 0 36 1B 1D 14A 28 33
Octal 264 122 203 0 66 33 35 512 50 63
Binary 10110100 1010010 10000011 0 110110 11011 11101 101001010 101000 110011

Color Harmonies of #B45283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45283

Black with #B45283

Text Example


Text Example

White with #B45283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45283; }

 p { color: rgb(180,82,131); }

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

background-color css

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

 a { background-color: rgb(180,82,131); }

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

border-color css

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

 span { border-color: rgb(180,82,131); }

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