Html Css Color HEX #B65C7E Royal Heath

📋 copy color: '#B65C7E'

red 182 ◦ green 92 ◦ blue 126

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

Shades of Royal Heath #B65C7E

Tints of Royal Heath #B65C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.5%

R = 45.5%
G = 23%
B = 31.5%

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

#B65C7E (or 0xB65C7E) is known color: Royal Heath. HEX triplet: B6, 5C and 7E. RGB value is (182,92,126). Sum of RGB (Red+Green+Blue) = 182+92+126=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65C7E is #49A381. Grayscale: #7A7A7A. Windows color (decimal): -4825986 or 8281270. OLE color: 8281270.

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

Color convert

RGB 182 92 126 -
CMYK 0 0.49 0.31 0.29
HSL 337.33º 0.38% 0.54% -
HSV(B) 337.33º 0.49% 0.71% -
XYZ 26.88 19.11 22.01 -
YUV 122.79 129.82 170.24 -
System Red Green Blue C M Y K H S L
Decimal 182 92 126 0 0.49 0.31 0.29 337.33 0.38 0.54
Hex B6 5C 7E 0 31 1F 1D 151 26 36
Octal 266 134 176 0 61 37 35 521 46 66
Binary 10110110 1011100 1111110 0 110001 11111 11101 101010001 100110 110110

Color Harmonies of #B65C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C7E

Black with #B65C7E

Text Example


Text Example

White with #B65C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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