Html Css Color HEX #BD234D Old Rose

📋 copy color: '#BD234D'

red 189 ◦ green 35 ◦ blue 77

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

Shades of Old Rose #BD234D

Tints of Old Rose #BD234D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.58%

R = 62.79%
G = 11.63%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD234D (or 0xBD234D) is known color: Old Rose. HEX triplet: BD, 23 and 4D. RGB value is (189,35,77). Sum of RGB (Red+Green+Blue) = 189+35+77=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD234D is #42DCB2. Grayscale: #555555. Windows color (decimal): -4381875 or 5055421. OLE color: 5055421.

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

Color convert

RGB 189 35 77 -
CMYK 0 0.81 0.59 0.26
HSL 343.64º 0.69% 0.44% -
HSV(B) 343.64º 0.81% 0.74% -
XYZ 22.93 12.56 8.24 -
YUV 85.83 123.02 201.58 -
System Red Green Blue C M Y K H S L
Decimal 189 35 77 0 0.81 0.59 0.26 343.64 0.69 0.44
Hex BD 23 4D 0 51 3B 1A 158 45 2C
Octal 275 43 115 0 121 73 32 530 105 54
Binary 10111101 100011 1001101 0 1010001 111011 11010 101011000 1000101 101100

Color Harmonies of #BD234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD234D

Black with #BD234D

Text Example


Text Example

White with #BD234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD234D; }

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

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

background-color css

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

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

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

border-color css

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

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

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