Html Css Color HEX #BC234B Old Rose

📋 copy color: '#BC234B'

red 188 ◦ green 35 ◦ blue 75

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

Shades of Old Rose #BC234B

Tints of Old Rose #BC234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

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

R = 63.09%
G = 11.74%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC234B (or 0xBC234B) is known color: Old Rose. HEX triplet: BC, 23 and 4B. RGB value is (188,35,75). Sum of RGB (Red+Green+Blue) = 188+35+75=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC234B is #43DCB4. Grayscale: #555555. Windows color (decimal): -4447413 or 4924348. OLE color: 4924348.

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

Color convert

RGB 188 35 75 -
CMYK 0 0.81 0.60 0.26
HSL 344.31º 0.69% 0.44% -
HSV(B) 344.31º 0.81% 0.74% -
XYZ 22.61 12.4 7.86 -
YUV 85.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 188 35 75 0 0.81 0.60 0.26 344.31 0.69 0.44
Hex BC 23 4B 0 51 3C 1A 158 45 2C
Octal 274 43 113 0 121 74 32 530 105 54
Binary 10111100 100011 1001011 0 1010001 111100 11010 101011000 1000101 101100

Color Harmonies of #BC234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC234B

Black with #BC234B

Text Example


Text Example

White with #BC234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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