Html Css Color HEX #B35C7F Royal Heath

📋 copy color: '#B35C7F'

red 179 ◦ green 92 ◦ blue 127

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

Shades of Royal Heath #B35C7F

Tints of Royal Heath #B35C7F

RGB

 RED value IS 179 (70.31% from 255) = 44.97%

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

 BLUE value IS 127 (50% from 255) = 31.91%

R = 44.97%
G = 23.12%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B35C7F (or 0xB35C7F) is known color: Royal Heath. HEX triplet: B3, 5C and 7F. RGB value is (179,92,127). Sum of RGB (Red+Green+Blue) = 179+92+127=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35C7F is #4CA380. Grayscale: #797979. Windows color (decimal): -5022593 or 8346803. OLE color: 8346803.

HSL color Cylindrical-coordinate representation of color #B35C7F: hue angle of 335.86º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B35C7F is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 92 127 -
CMYK 0 0.49 0.29 0.30
HSL 335.86º 0.36% 0.53% -
HSV(B) 335.86º 0.49% 0.7% -
XYZ 26.25 18.77 22.32 -
YUV 122 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 179 92 127 0 0.49 0.29 0.30 335.86 0.36 0.53
Hex B3 5C 7F 0 31 1D 1E 150 24 35
Octal 263 134 177 0 61 35 36 520 44 65
Binary 10110011 1011100 1111111 0 110001 11101 11110 101010000 100100 110101

Color Harmonies of #B35C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C7F

Black with #B35C7F

Text Example


Text Example

White with #B35C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C7F; }

 p { color: rgb(179,92,127); }

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

background-color css

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

 a { background-color: rgb(179,92,127); }

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

border-color css

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

 span { border-color: rgb(179,92,127); }

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