Html Css Color HEX #B75378 Royal Heath

📋 copy color: '#B75378'

red 183 ◦ green 83 ◦ blue 120

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

Shades of Royal Heath #B75378

Tints of Royal Heath #B75378

RGB

 RED value IS 183 (71.88% from 255) = 47.41%

 GREEN value IS 83 (32.81% from 255) = 21.5%

 BLUE value IS 120 (47.27% from 255) = 31.09%

R = 47.41%
G = 21.5%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B75378 (or 0xB75378) is known color: Royal Heath. HEX triplet: B7, 53 and 78. RGB value is (183,83,120). Sum of RGB (Red+Green+Blue) = 183+83+120=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B75378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75378 is #48AC87. Grayscale: #757575. Windows color (decimal): -4762760 or 7885751. OLE color: 7885751.

HSL color Cylindrical-coordinate representation of color #B75378: hue angle of 337.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75378 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 83 120 -
CMYK 0 0.55 0.34 0.28
HSL 337.8º 0.41% 0.52% -
HSV(B) 337.8º 0.55% 0.72% -
XYZ 26.01 17.61 19.8 -
YUV 117.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 183 83 120 0 0.55 0.34 0.28 337.8 0.41 0.52
Hex B7 53 78 0 37 22 1C 152 29 34
Octal 267 123 170 0 67 42 34 522 51 64
Binary 10110111 1010011 1111000 0 110111 100010 11100 101010010 101001 110100

Color Harmonies of #B75378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75378

Black with #B75378

Text Example


Text Example

White with #B75378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75378; }

 p { color: rgb(183,83,120); }

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

background-color css

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

 a { background-color: rgb(183,83,120); }

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

border-color css

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

 span { border-color: rgb(183,83,120); }

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