Html Css Color HEX #BC434E Old Rose

📋 copy color: '#BC434E'

red 188 ◦ green 67 ◦ blue 78

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

Shades of Old Rose #BC434E

Tints of Old Rose #BC434E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.42%

R = 56.46%
G = 20.12%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC434E (or 0xBC434E) is known color: Old Rose. HEX triplet: BC, 43 and 4E. RGB value is (188,67,78). Sum of RGB (Red+Green+Blue) = 188+67+78=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC434E is #43BCB1. Grayscale: #686868. Windows color (decimal): -4439218 or 5129148. OLE color: 5129148.

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

Color convert

RGB 188 67 78 -
CMYK 0 0.64 0.59 0.26
HSL 354.55º 0.47% 0.5% -
HSV(B) 354.55º 0.64% 0.74% -
XYZ 24.12 15.26 8.88 -
YUV 104.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 188 67 78 0 0.64 0.59 0.26 354.55 0.47 0.5
Hex BC 43 4E 0 40 3B 1A 163 2F 32
Octal 274 103 116 0 100 73 32 543 57 62
Binary 10111100 1000011 1001110 0 1000000 111011 11010 101100011 101111 110010

Color Harmonies of #BC434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC434E

Black with #BC434E

Text Example


Text Example

White with #BC434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC434E; }

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

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

background-color css

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

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

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

border-color css

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

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

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