Html Css Color HEX #BC4369 Royal Heath

📋 copy color: '#BC4369'

red 188 ◦ green 67 ◦ blue 105

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

Shades of Royal Heath #BC4369

Tints of Royal Heath #BC4369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.61%

 BLUE value IS 105 (41.41% from 255) = 29.17%

R = 52.22%
G = 18.61%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC4369 (or 0xBC4369) is known color: Royal Heath. HEX triplet: BC, 43 and 69. RGB value is (188,67,105). Sum of RGB (Red+Green+Blue) = 188+67+105=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4369 is #43BC96. Grayscale: #6B6B6B. Windows color (decimal): -4439191 or 6898620. OLE color: 6898620.

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

Color convert

RGB 188 67 105 -
CMYK 0 0.64 0.44 0.26
HSL 341.16º 0.47% 0.5% -
HSV(B) 341.16º 0.64% 0.74% -
XYZ 25.3 15.73 15.07 -
YUV 107.51 126.59 185.41 -
System Red Green Blue C M Y K H S L
Decimal 188 67 105 0 0.64 0.44 0.26 341.16 0.47 0.5
Hex BC 43 69 0 40 2C 1A 155 2F 32
Octal 274 103 151 0 100 54 32 525 57 62
Binary 10111100 1000011 1101001 0 1000000 101100 11010 101010101 101111 110010

Color Harmonies of #BC4369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4369

Black with #BC4369

Text Example


Text Example

White with #BC4369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4369; }

 p { color: rgb(188,67,105); }

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

background-color css

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

 a { background-color: rgb(188,67,105); }

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

border-color css

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

 span { border-color: rgb(188,67,105); }

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