Html Css Color HEX #B65B7D Royal Heath

📋 copy color: '#B65B7D'

red 182 ◦ green 91 ◦ blue 125

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

Shades of Royal Heath #B65B7D

Tints of Royal Heath #B65B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.86%

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 45.73%
G = 22.86%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B65B7D (or 0xB65B7D) is known color: Royal Heath. HEX triplet: B6, 5B and 7D. RGB value is (182,91,125). Sum of RGB (Red+Green+Blue) = 182+91+125=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B7D is #49A482. Grayscale: #7A7A7A. Windows color (decimal): -4826243 or 8215478. OLE color: 8215478.

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

Color convert

RGB 182 91 125 -
CMYK 0 0.5 0.31 0.29
HSL 337.58º 0.38% 0.54% -
HSV(B) 337.58º 0.5% 0.71% -
XYZ 26.73 18.91 21.64 -
YUV 122.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 182 91 125 0 0.5 0.31 0.29 337.58 0.38 0.54
Hex B6 5B 7D 0 32 1F 1D 152 26 36
Octal 266 133 175 0 62 37 35 522 46 66
Binary 10110110 1011011 1111101 0 110010 11111 11101 101010010 100110 110110

Color Harmonies of #B65B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65B7D

Black with #B65B7D

Text Example


Text Example

White with #B65B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65B7D; }

 p { color: rgb(182,91,125); }

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

background-color css

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

 a { background-color: rgb(182,91,125); }

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

border-color css

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

 span { border-color: rgb(182,91,125); }

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