Html Css Color HEX #B64272 Royal Heath

📋 copy color: '#B64272'

red 182 ◦ green 66 ◦ blue 114

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

Shades of Royal Heath #B64272

Tints of Royal Heath #B64272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.23%

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 50.28%
G = 18.23%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B64272 (or 0xB64272) is known color: Royal Heath. HEX triplet: B6, 42 and 72. RGB value is (182,66,114). Sum of RGB (Red+Green+Blue) = 182+66+114=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B64272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64272 is #49BD8D. Grayscale: #6A6A6A. Windows color (decimal): -4832654 or 7488182. OLE color: 7488182.

HSL color Cylindrical-coordinate representation of color #B64272: hue angle of 335.17º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64272 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 66 114 -
CMYK 0 0.64 0.37 0.29
HSL 335.17º 0.47% 0.49% -
HSV(B) 335.17º 0.64% 0.71% -
XYZ 24.28 15.06 17.55 -
YUV 106.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 182 66 114 0 0.64 0.37 0.29 335.17 0.47 0.49
Hex B6 42 72 0 40 25 1D 14F 2F 31
Octal 266 102 162 0 100 45 35 517 57 61
Binary 10110110 1000010 1110010 0 1000000 100101 11101 101001111 101111 110001

Color Harmonies of #B64272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64272

Black with #B64272

Text Example


Text Example

White with #B64272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64272; }

 p { color: rgb(182,66,114); }

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

background-color css

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

 a { background-color: rgb(182,66,114); }

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

border-color css

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

 span { border-color: rgb(182,66,114); }

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