Html Css Color HEX #BF2467 Old Rose

📋 copy color: '#BF2467'

red 191 ◦ green 36 ◦ blue 103

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

Shades of Old Rose #BF2467

Tints of Old Rose #BF2467

RGB

 RED value IS 191 (75% from 255) = 57.88%

 GREEN value IS 36 (14.45% from 255) = 10.91%

 BLUE value IS 103 (40.63% from 255) = 31.21%

R = 57.88%
G = 10.91%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF2467 (or 0xBF2467) is known color: Old Rose. HEX triplet: BF, 24 and 67. RGB value is (191,36,103). Sum of RGB (Red+Green+Blue) = 191+36+103=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2467 is #40DB98. Grayscale: #595959. Windows color (decimal): -4250521 or 6759615. OLE color: 6759615.

HSL color Cylindrical-coordinate representation of color #BF2467: hue angle of 334.06º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2467 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 36 103 -
CMYK 0 0.81 0.46 0.25
HSL 334.06º 0.68% 0.45% -
HSV(B) 334.06º 0.81% 0.75% -
XYZ 24.56 13.32 14.11 -
YUV 89.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 191 36 103 0 0.81 0.46 0.25 334.06 0.68 0.45
Hex BF 24 67 0 51 2E 19 14E 44 2D
Octal 277 44 147 0 121 56 31 516 104 55
Binary 10111111 100100 1100111 0 1010001 101110 11001 101001110 1000100 101101

Color Harmonies of #BF2467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2467

Black with #BF2467

Text Example


Text Example

White with #BF2467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2467; }

 p { color: rgb(191,36,103); }

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

background-color css

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

 a { background-color: rgb(191,36,103); }

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

border-color css

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

 span { border-color: rgb(191,36,103); }

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