Html Css Color HEX #B24675 Royal Heath

📋 copy color: '#B24675'

red 178 ◦ green 70 ◦ blue 117

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

Shades of Royal Heath #B24675

Tints of Royal Heath #B24675

RGB

 RED value IS 178 (69.92% from 255) = 48.77%

 GREEN value IS 70 (27.73% from 255) = 19.18%

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 48.77%
G = 19.18%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B24675 (or 0xB24675) is known color: Royal Heath. HEX triplet: B2, 46 and 75. RGB value is (178,70,117). Sum of RGB (Red+Green+Blue) = 178+70+117=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B24675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24675 is #4DB98A. Grayscale: #6B6B6B. Windows color (decimal): -5093771 or 7685810. OLE color: 7685810.

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

Color convert

RGB 178 70 117 -
CMYK 0 0.61 0.34 0.30
HSL 333.89º 0.44% 0.49% -
HSV(B) 333.89º 0.61% 0.7% -
XYZ 23.76 15.13 18.5 -
YUV 107.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 178 70 117 0 0.61 0.34 0.30 333.89 0.44 0.49
Hex B2 46 75 0 3D 22 1E 14E 2C 31
Octal 262 106 165 0 75 42 36 516 54 61
Binary 10110010 1000110 1110101 0 111101 100010 11110 101001110 101100 110001

Color Harmonies of #B24675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24675

Black with #B24675

Text Example


Text Example

White with #B24675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24675; }

 p { color: rgb(178,70,117); }

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

background-color css

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

 a { background-color: rgb(178,70,117); }

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

border-color css

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

 span { border-color: rgb(178,70,117); }

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