Html Css Color HEX #B65C7D Royal Heath

📋 copy color: '#B65C7D'

red 182 ◦ green 92 ◦ blue 125

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

Shades of Royal Heath #B65C7D

Tints of Royal Heath #B65C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.06%

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

R = 45.61%
G = 23.06%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B65C7D (or 0xB65C7D) is known color: Royal Heath. HEX triplet: B6, 5C and 7D. RGB value is (182,92,125). Sum of RGB (Red+Green+Blue) = 182+92+125=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65C7D is #49A382. Grayscale: #7A7A7A. Windows color (decimal): -4825987 or 8215734. OLE color: 8215734.

HSL color Cylindrical-coordinate representation of color #B65C7D: hue angle of 338º 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 #B65C7D is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 92 125 -
CMYK 0 0.49 0.31 0.29
HSL 338º 0.38% 0.54% -
HSV(B) 338º 0.49% 0.71% -
XYZ 26.82 19.08 21.67 -
YUV 122.67 129.32 170.32 -
System Red Green Blue C M Y K H S L
Decimal 182 92 125 0 0.49 0.31 0.29 338 0.38 0.54
Hex B6 5C 7D 0 31 1F 1D 152 26 36
Octal 266 134 175 0 61 37 35 522 46 66
Binary 10110110 1011100 1111101 0 110001 11111 11101 101010010 100110 110110

Color Harmonies of #B65C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C7D

Black with #B65C7D

Text Example


Text Example

White with #B65C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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