Html Css Color HEX #BC434B Old Rose

📋 copy color: '#BC434B'

red 188 ◦ green 67 ◦ blue 75

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

Shades of Old Rose #BC434B

Tints of Old Rose #BC434B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.73%

R = 56.97%
G = 20.3%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC434B (or 0xBC434B) is known color: Old Rose. HEX triplet: BC, 43 and 4B. RGB value is (188,67,75). Sum of RGB (Red+Green+Blue) = 188+67+75=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC434B is #43BCB4. Grayscale: #686868. Windows color (decimal): -4439221 or 4932540. OLE color: 4932540.

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

Color convert

RGB 188 67 75 -
CMYK 0 0.64 0.60 0.26
HSL 356.03º 0.47% 0.5% -
HSV(B) 356.03º 0.64% 0.74% -
XYZ 24.02 15.21 8.33 -
YUV 104.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 188 67 75 0 0.64 0.60 0.26 356.03 0.47 0.5
Hex BC 43 4B 0 40 3C 1A 164 2F 32
Octal 274 103 113 0 100 74 32 544 57 62
Binary 10111100 1000011 1001011 0 1000000 111100 11010 101100100 101111 110010

Color Harmonies of #BC434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC434B

Black with #BC434B

Text Example


Text Example

White with #BC434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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