Html Css Color HEX #B6426B Royal Heath

📋 copy color: '#B6426B'

red 182 ◦ green 66 ◦ blue 107

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

Shades of Royal Heath #B6426B

Tints of Royal Heath #B6426B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 51.27%
G = 18.59%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6426B (or 0xB6426B) is known color: Royal Heath. HEX triplet: B6, 42 and 6B. RGB value is (182,66,107). Sum of RGB (Red+Green+Blue) = 182+66+107=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6426B is #49BD94. Grayscale: #696969. Windows color (decimal): -4832661 or 7029430. OLE color: 7029430.

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

Color convert

RGB 182 66 107 -
CMYK 0 0.64 0.41 0.29
HSL 338.79º 0.47% 0.49% -
HSV(B) 338.79º 0.64% 0.71% -
XYZ 23.89 14.9 15.53 -
YUV 105.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 182 66 107 0 0.64 0.41 0.29 338.79 0.47 0.49
Hex B6 42 6B 0 40 29 1D 153 2F 31
Octal 266 102 153 0 100 51 35 523 57 61
Binary 10110110 1000010 1101011 0 1000000 101001 11101 101010011 101111 110001

Color Harmonies of #B6426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6426B

Black with #B6426B

Text Example


Text Example

White with #B6426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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