Html Css Color HEX #BC434F Old Rose

📋 copy color: '#BC434F'

red 188 ◦ green 67 ◦ blue 79

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

Shades of Old Rose #BC434F

Tints of Old Rose #BC434F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 56.29%
G = 20.06%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC434F (or 0xBC434F) is known color: Old Rose. HEX triplet: BC, 43 and 4F. RGB value is (188,67,79). Sum of RGB (Red+Green+Blue) = 188+67+79=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC434F is #43BCB0. Grayscale: #686868. Windows color (decimal): -4439217 or 5194684. OLE color: 5194684.

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

Color convert

RGB 188 67 79 -
CMYK 0 0.64 0.58 0.26
HSL 354.05º 0.47% 0.5% -
HSV(B) 354.05º 0.64% 0.74% -
XYZ 24.16 15.27 9.07 -
YUV 104.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 188 67 79 0 0.64 0.58 0.26 354.05 0.47 0.5
Hex BC 43 4F 0 40 3A 1A 162 2F 32
Octal 274 103 117 0 100 72 32 542 57 62
Binary 10111100 1000011 1001111 0 1000000 111010 11010 101100010 101111 110010

Color Harmonies of #BC434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC434F

Black with #BC434F

Text Example


Text Example

White with #BC434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC434F; }

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

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

background-color css

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

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

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

border-color css

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

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

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