Html Css Color HEX #B24075 Royal Heath

📋 copy color: '#B24075'

red 178 ◦ green 64 ◦ blue 117

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

Shades of Royal Heath #B24075

Tints of Royal Heath #B24075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.83%

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

R = 49.58%
G = 17.83%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B24075 (or 0xB24075) is known color: Royal Heath. HEX triplet: B2, 40 and 75. RGB value is (178,64,117). Sum of RGB (Red+Green+Blue) = 178+64+117=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B24075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24075 is #4DBF8A. Grayscale: #686868. Windows color (decimal): -5095307 or 7684274. OLE color: 7684274.

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

Color convert

RGB 178 64 117 -
CMYK 0 0.64 0.34 0.30
HSL 332.11º 0.47% 0.47% -
HSV(B) 332.11º 0.64% 0.7% -
XYZ 23.4 14.42 18.38 -
YUV 104.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 178 64 117 0 0.64 0.34 0.30 332.11 0.47 0.47
Hex B2 40 75 0 40 22 1E 14C 2F 2F
Octal 262 100 165 0 100 42 36 514 57 57
Binary 10110010 1000000 1110101 0 1000000 100010 11110 101001100 101111 101111

Color Harmonies of #B24075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24075

Black with #B24075

Text Example


Text Example

White with #B24075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24075; }

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

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

background-color css

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

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

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

border-color css

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

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

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