Html Css Color HEX #BD275C Old Rose

📋 copy color: '#BD275C'

red 189 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #BD275C

Tints of Old Rose #BD275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

 BLUE value IS 92 (36.33% from 255) = 28.75%

R = 59.06%
G = 12.19%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD275C (or 0xBD275C) is known color: Old Rose. HEX triplet: BD, 27 and 5C. RGB value is (189,39,92). Sum of RGB (Red+Green+Blue) = 189+39+92=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD275C is #42D8A3. Grayscale: #595959. Windows color (decimal): -4380836 or 6039485. OLE color: 6039485.

HSL color Cylindrical-coordinate representation of color #BD275C: hue angle of 338.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD275C is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 39 92 -
CMYK 0 0.79 0.51 0.26
HSL 338.8º 0.66% 0.45% -
HSV(B) 338.8º 0.79% 0.74% -
XYZ 23.64 13.04 11.4 -
YUV 89.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 189 39 92 0 0.79 0.51 0.26 338.8 0.66 0.45
Hex BD 27 5C 0 4F 33 1A 153 42 2D
Octal 275 47 134 0 117 63 32 523 102 55
Binary 10111101 100111 1011100 0 1001111 110011 11010 101010011 1000010 101101

Color Harmonies of #BD275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD275C

Black with #BD275C

Text Example


Text Example

White with #BD275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD275C; }

 p { color: rgb(189,39,92); }

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

background-color css

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

 a { background-color: rgb(189,39,92); }

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

border-color css

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

 span { border-color: rgb(189,39,92); }

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