Html Css Color HEX #BD235B Old Rose

📋 copy color: '#BD235B'

red 189 ◦ green 35 ◦ blue 91

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

Shades of Old Rose #BD235B

Tints of Old Rose #BD235B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.89%

R = 60%
G = 11.11%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD235B (or 0xBD235B) is known color: Old Rose. HEX triplet: BD, 23 and 5B. RGB value is (189,35,91). Sum of RGB (Red+Green+Blue) = 189+35+91=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD235B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD235B is #42DCA4. Grayscale: #575757. Windows color (decimal): -4381861 or 5972925. OLE color: 5972925.

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

Color convert

RGB 189 35 91 -
CMYK 0 0.81 0.52 0.26
HSL 338.18º 0.69% 0.44% -
HSV(B) 338.18º 0.81% 0.74% -
XYZ 23.48 12.78 11.13 -
YUV 87.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 189 35 91 0 0.81 0.52 0.26 338.18 0.69 0.44
Hex BD 23 5B 0 51 34 1A 152 45 2C
Octal 275 43 133 0 121 64 32 522 105 54
Binary 10111101 100011 1011011 0 1010001 110100 11010 101010010 1000101 101100

Color Harmonies of #BD235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD235B

Black with #BD235B

Text Example


Text Example

White with #BD235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD235B; }

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

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

background-color css

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

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

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

border-color css

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

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

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