Html Css Color HEX #BD264F Old Rose

📋 copy color: '#BD264F'

red 189 ◦ green 38 ◦ blue 79

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

Shades of Old Rose #BD264F

Tints of Old Rose #BD264F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.42%

 BLUE value IS 79 (31.25% from 255) = 25.82%

R = 61.76%
G = 12.42%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD264F (or 0xBD264F) is known color: Old Rose. HEX triplet: BD, 26 and 4F. RGB value is (189,38,79). Sum of RGB (Red+Green+Blue) = 189+38+79=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD264F is #42D9B0. Grayscale: #575757. Windows color (decimal): -4381105 or 5187261. OLE color: 5187261.

HSL color Cylindrical-coordinate representation of color #BD264F: hue angle of 343.71º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD264F is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 38 79 -
CMYK 0 0.80 0.58 0.26
HSL 343.71º 0.67% 0.45% -
HSV(B) 343.71º 0.8% 0.74% -
XYZ 23.09 12.77 8.64 -
YUV 87.82 123.03 200.17 -
System Red Green Blue C M Y K H S L
Decimal 189 38 79 0 0.80 0.58 0.26 343.71 0.67 0.45
Hex BD 26 4F 0 50 3A 1A 158 43 2D
Octal 275 46 117 0 120 72 32 530 103 55
Binary 10111101 100110 1001111 0 1010000 111010 11010 101011000 1000011 101101

Color Harmonies of #BD264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD264F

Black with #BD264F

Text Example


Text Example

White with #BD264F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD264F; }

 p { color: rgb(189,38,79); }

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

background-color css

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

 a { background-color: rgb(189,38,79); }

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

border-color css

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

 span { border-color: rgb(189,38,79); }

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