Html Css Color HEX #B2406D Royal Heath

📋 copy color: '#B2406D'

red 178 ◦ green 64 ◦ blue 109

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

Shades of Royal Heath #B2406D

Tints of Royal Heath #B2406D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 50.71%
G = 18.23%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2406D (or 0xB2406D) is known color: Royal Heath. HEX triplet: B2, 40 and 6D. RGB value is (178,64,109). Sum of RGB (Red+Green+Blue) = 178+64+109=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2406D is #4DBF92. Grayscale: #676767. Windows color (decimal): -5095315 or 7159986. OLE color: 7159986.

HSL color Cylindrical-coordinate representation of color #B2406D: hue angle of 336.32º 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 #B2406D is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 109 -
CMYK 0 0.64 0.39 0.30
HSL 336.32º 0.47% 0.47% -
HSV(B) 336.32º 0.64% 0.7% -
XYZ 22.95 14.24 16.01 -
YUV 103.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 178 64 109 0 0.64 0.39 0.30 336.32 0.47 0.47
Hex B2 40 6D 0 40 27 1E 150 2F 2F
Octal 262 100 155 0 100 47 36 520 57 57
Binary 10110010 1000000 1101101 0 1000000 100111 11110 101010000 101111 101111

Color Harmonies of #B2406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2406D

Black with #B2406D

Text Example


Text Example

White with #B2406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2406D; }

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

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

background-color css

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

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

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

border-color css

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

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

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