Html Css Color HEX #B65C7A Royal Heath

📋 copy color: '#B65C7A'

red 182 ◦ green 92 ◦ blue 122

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

Shades of Royal Heath #B65C7A

Tints of Royal Heath #B65C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.81%

R = 45.96%
G = 23.23%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B65C7A (or 0xB65C7A) is known color: Royal Heath. HEX triplet: B6, 5C and 7A. RGB value is (182,92,122). Sum of RGB (Red+Green+Blue) = 182+92+122=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65C7A is #49A385. Grayscale: #7A7A7A. Windows color (decimal): -4825990 or 8019126. OLE color: 8019126.

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

Color convert

RGB 182 92 122 -
CMYK 0 0.49 0.33 0.29
HSL 340º 0.38% 0.54% -
HSV(B) 340º 0.49% 0.71% -
XYZ 26.63 19 20.68 -
YUV 122.33 127.82 170.56 -
System Red Green Blue C M Y K H S L
Decimal 182 92 122 0 0.49 0.33 0.29 340 0.38 0.54
Hex B6 5C 7A 0 31 21 1D 154 26 36
Octal 266 134 172 0 61 41 35 524 46 66
Binary 10110110 1011100 1111010 0 110001 100001 11101 101010100 100110 110110

Color Harmonies of #B65C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C7A

Black with #B65C7A

Text Example


Text Example

White with #B65C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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