Html Css Color HEX #B65C7B Royal Heath

📋 copy color: '#B65C7B'

red 182 ◦ green 92 ◦ blue 123

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

Shades of Royal Heath #B65C7B

Tints of Royal Heath #B65C7B

RGB

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

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

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

R = 45.84%
G = 23.17%
B = 30.98%

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

#B65C7B (or 0xB65C7B) is known color: Royal Heath. HEX triplet: B6, 5C and 7B. RGB value is (182,92,123). Sum of RGB (Red+Green+Blue) = 182+92+123=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65C7B is #49A384. Grayscale: #7A7A7A. Windows color (decimal): -4825989 or 8084662. OLE color: 8084662.

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

Color convert

RGB 182 92 123 -
CMYK 0 0.49 0.32 0.29
HSL 339.33º 0.38% 0.54% -
HSV(B) 339.33º 0.49% 0.71% -
XYZ 26.69 19.03 21.01 -
YUV 122.44 128.32 170.48 -
System Red Green Blue C M Y K H S L
Decimal 182 92 123 0 0.49 0.32 0.29 339.33 0.38 0.54
Hex B6 5C 7B 0 31 20 1D 153 26 36
Octal 266 134 173 0 61 40 35 523 46 66
Binary 10110110 1011100 1111011 0 110001 100000 11101 101010011 100110 110110

Color Harmonies of #B65C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C7B

Black with #B65C7B

Text Example


Text Example

White with #B65C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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