Html Css Color HEX #B65381 Royal Heath

📋 copy color: '#B65381'

red 182 ◦ green 83 ◦ blue 129

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

Shades of Royal Heath #B65381

Tints of Royal Heath #B65381

RGB

 RED value IS 182 (71.48% from 255) = 46.19%

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

 BLUE value IS 129 (50.78% from 255) = 32.74%

R = 46.19%
G = 21.07%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B65381 (or 0xB65381) is known color: Royal Heath. HEX triplet: B6, 53 and 81. RGB value is (182,83,129). Sum of RGB (Red+Green+Blue) = 182+83+129=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B65381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65381 is #49AC7E. Grayscale: #757575. Windows color (decimal): -4828287 or 8475574. OLE color: 8475574.

HSL color Cylindrical-coordinate representation of color #B65381: hue angle of 332.12º degrees, saturation: 0.4, 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 #B65381 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 83 129 -
CMYK 0 0.54 0.29 0.29
HSL 332.12º 0.4% 0.52% -
HSV(B) 332.12º 0.54% 0.71% -
XYZ 26.35 17.72 22.8 -
YUV 117.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 182 83 129 0 0.54 0.29 0.29 332.12 0.4 0.52
Hex B6 53 81 0 36 1D 1D 14C 28 34
Octal 266 123 201 0 66 35 35 514 50 64
Binary 10110110 1010011 10000001 0 110110 11101 11101 101001100 101000 110100

Color Harmonies of #B65381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65381

Black with #B65381

Text Example


Text Example

White with #B65381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65381; }

 p { color: rgb(182,83,129); }

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

background-color css

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

 a { background-color: rgb(182,83,129); }

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

border-color css

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

 span { border-color: rgb(182,83,129); }

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