Html Css Color HEX #BC426B Royal Heath

📋 copy color: '#BC426B'

red 188 ◦ green 66 ◦ blue 107

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

Shades of Royal Heath #BC426B

Tints of Royal Heath #BC426B

RGB

 RED value IS 188 (73.83% from 255) = 52.08%

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

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

R = 52.08%
G = 18.28%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC426B (or 0xBC426B) is known color: Royal Heath. HEX triplet: BC, 42 and 6B. RGB value is (188,66,107). Sum of RGB (Red+Green+Blue) = 188+66+107=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC426B is #43BD94. Grayscale: #6B6B6B. Windows color (decimal): -4439445 or 7029436. OLE color: 7029436.

HSL color Cylindrical-coordinate representation of color #BC426B: hue angle of 339.84º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC426B is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 66 107 -
CMYK 0 0.65 0.43 0.26
HSL 339.84º 0.48% 0.5% -
HSV(B) 339.84º 0.65% 0.74% -
XYZ 25.34 15.65 15.59 -
YUV 107.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 188 66 107 0 0.65 0.43 0.26 339.84 0.48 0.5
Hex BC 42 6B 0 41 2B 1A 154 30 32
Octal 274 102 153 0 101 53 32 524 60 62
Binary 10111100 1000010 1101011 0 1000001 101011 11010 101010100 110000 110010

Color Harmonies of #BC426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC426B

Black with #BC426B

Text Example


Text Example

White with #BC426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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