Html Css Color HEX #B65D7B Royal Heath

📋 copy color: '#B65D7B'

red 182 ◦ green 93 ◦ blue 123

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

Shades of Royal Heath #B65D7B

Tints of Royal Heath #B65D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.37%

 BLUE value IS 123 (48.44% from 255) = 30.9%

R = 45.73%
G = 23.37%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B65D7B (or 0xB65D7B) is known color: Royal Heath. HEX triplet: B6, 5D and 7B. RGB value is (182,93,123). Sum of RGB (Red+Green+Blue) = 182+93+123=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65D7B is #49A284. Grayscale: #7B7B7B. Windows color (decimal): -4825733 or 8084918. OLE color: 8084918.

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

Color convert

RGB 182 93 123 -
CMYK 0 0.49 0.32 0.29
HSL 339.78º 0.38% 0.54% -
HSV(B) 339.78º 0.49% 0.71% -
XYZ 26.78 19.2 21.03 -
YUV 123.03 127.99 170.06 -
System Red Green Blue C M Y K H S L
Decimal 182 93 123 0 0.49 0.32 0.29 339.78 0.38 0.54
Hex B6 5D 7B 0 31 20 1D 154 26 36
Octal 266 135 173 0 61 40 35 524 46 66
Binary 10110110 1011101 1111011 0 110001 100000 11101 101010100 100110 110110

Color Harmonies of #B65D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65D7B

Black with #B65D7B

Text Example


Text Example

White with #B65D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65D7B; }

 p { color: rgb(182,93,123); }

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

background-color css

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

 a { background-color: rgb(182,93,123); }

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

border-color css

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

 span { border-color: rgb(182,93,123); }

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