Html Css Color HEX #BD234B Old Rose

📋 copy color: '#BD234B'

red 189 ◦ green 35 ◦ blue 75

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

Shades of Old Rose #BD234B

Tints of Old Rose #BD234B

RGB

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

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

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

R = 63.21%
G = 11.71%
B = 25.08%

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

#BD234B (or 0xBD234B) is known color: Old Rose. HEX triplet: BD, 23 and 4B. RGB value is (189,35,75). Sum of RGB (Red+Green+Blue) = 189+35+75=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD234B is #42DCB4. Grayscale: #555555. Windows color (decimal): -4381877 or 4924349. OLE color: 4924349.

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

Color convert

RGB 189 35 75 -
CMYK 0 0.81 0.60 0.26
HSL 344.42º 0.69% 0.44% -
HSV(B) 344.42º 0.81% 0.74% -
XYZ 22.86 12.53 7.87 -
YUV 85.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 189 35 75 0 0.81 0.60 0.26 344.42 0.69 0.44
Hex BD 23 4B 0 51 3C 1A 158 45 2C
Octal 275 43 113 0 121 74 32 530 105 54
Binary 10111101 100011 1001011 0 1010001 111100 11010 101011000 1000101 101100

Color Harmonies of #BD234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD234B

Black with #BD234B

Text Example


Text Example

White with #BD234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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