Html Css Color HEX #BD234C Old Rose

📋 copy color: '#BD234C'

red 189 ◦ green 35 ◦ blue 76

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

Shades of Old Rose #BD234C

Tints of Old Rose #BD234C

RGB

 RED value IS 189 (74.22% from 255) = 63%

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

 BLUE value IS 76 (30.08% from 255) = 25.33%

R = 63%
G = 11.67%
B = 25.33%

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

#BD234C (or 0xBD234C) is known color: Old Rose. HEX triplet: BD, 23 and 4C. RGB value is (189,35,76). Sum of RGB (Red+Green+Blue) = 189+35+76=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD234C is #42DCB3. Grayscale: #555555. Windows color (decimal): -4381876 or 4989885. OLE color: 4989885.

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

Color convert

RGB 189 35 76 -
CMYK 0 0.81 0.60 0.26
HSL 344.03º 0.69% 0.44% -
HSV(B) 344.03º 0.81% 0.74% -
XYZ 22.89 12.54 8.05 -
YUV 85.72 122.52 201.67 -
System Red Green Blue C M Y K H S L
Decimal 189 35 76 0 0.81 0.60 0.26 344.03 0.69 0.44
Hex BD 23 4C 0 51 3C 1A 158 45 2C
Octal 275 43 114 0 121 74 32 530 105 54
Binary 10111101 100011 1001100 0 1010001 111100 11010 101011000 1000101 101100

Color Harmonies of #BD234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD234C

Black with #BD234C

Text Example


Text Example

White with #BD234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD234C; }

 p { color: rgb(189,35,76); }

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

background-color css

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

 a { background-color: rgb(189,35,76); }

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

border-color css

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

 span { border-color: rgb(189,35,76); }

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