Html Css Color HEX #B45383 Royal Heath

📋 copy color: '#B45383'

red 180 ◦ green 83 ◦ blue 131

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

Shades of Royal Heath #B45383

Tints of Royal Heath #B45383

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.07%

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

R = 45.69%
G = 21.07%
B = 33.25%

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

#B45383 (or 0xB45383) is known color: Royal Heath. HEX triplet: B4, 53 and 83. RGB value is (180,83,131). Sum of RGB (Red+Green+Blue) = 180+83+131=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B45383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45383 is #4BAC7C. Grayscale: #757575. Windows color (decimal): -4959357 or 8606644. OLE color: 8606644.

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

Color convert

RGB 180 83 131 -
CMYK 0 0.54 0.27 0.29
HSL 330.31º 0.39% 0.52% -
HSV(B) 330.31º 0.54% 0.71% -
XYZ 26.01 17.53 23.49 -
YUV 117.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 180 83 131 0 0.54 0.27 0.29 330.31 0.39 0.52
Hex B4 53 83 0 36 1B 1D 14A 27 34
Octal 264 123 203 0 66 33 35 512 47 64
Binary 10110100 1010011 10000011 0 110110 11011 11101 101001010 100111 110100

Color Harmonies of #B45383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45383

Black with #B45383

Text Example


Text Example

White with #B45383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45383; }

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

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

background-color css

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

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

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

border-color css

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

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

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