Html Css Color HEX #BD365C Old Rose

📋 copy color: '#BD365C'

red 189 ◦ green 54 ◦ blue 92

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

Shades of Old Rose #BD365C

Tints of Old Rose #BD365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.12%

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

R = 56.42%
G = 16.12%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD365C (or 0xBD365C) is known color: Old Rose. HEX triplet: BD, 36 and 5C. RGB value is (189,54,92). Sum of RGB (Red+Green+Blue) = 189+54+92=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD365C is #42C9A3. Grayscale: #626262. Windows color (decimal): -4376996 or 6043325. OLE color: 6043325.

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

Color convert

RGB 189 54 92 -
CMYK 0 0.71 0.51 0.26
HSL 343.11º 0.56% 0.48% -
HSV(B) 343.11º 0.71% 0.74% -
XYZ 24.24 14.23 11.59 -
YUV 98.7 124.23 192.41 -
System Red Green Blue C M Y K H S L
Decimal 189 54 92 0 0.71 0.51 0.26 343.11 0.56 0.48
Hex BD 36 5C 0 47 33 1A 157 38 30
Octal 275 66 134 0 107 63 32 527 70 60
Binary 10111101 110110 1011100 0 1000111 110011 11010 101010111 111000 110000

Color Harmonies of #BD365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD365C

Black with #BD365C

Text Example


Text Example

White with #BD365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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