Html Css Color HEX #BF2267 Old Rose

📋 copy color: '#BF2267'

red 191 ◦ green 34 ◦ blue 103

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

Shades of Old Rose #BF2267

Tints of Old Rose #BF2267

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.37%

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

R = 58.23%
G = 10.37%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF2267 (or 0xBF2267) is known color: Old Rose. HEX triplet: BF, 22 and 67. RGB value is (191,34,103). Sum of RGB (Red+Green+Blue) = 191+34+103=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2267 is #40DD98. Grayscale: #585858. Windows color (decimal): -4251033 or 6759103. OLE color: 6759103.

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

Color convert

RGB 191 34 103 -
CMYK 0 0.82 0.46 0.25
HSL 333.63º 0.7% 0.44% -
HSV(B) 333.63º 0.82% 0.75% -
XYZ 24.51 13.2 14.09 -
YUV 88.81 136.01 200.89 -
System Red Green Blue C M Y K H S L
Decimal 191 34 103 0 0.82 0.46 0.25 333.63 0.7 0.44
Hex BF 22 67 0 52 2E 19 14E 46 2C
Octal 277 42 147 0 122 56 31 516 106 54
Binary 10111111 100010 1100111 0 1010010 101110 11001 101001110 1000110 101100

Color Harmonies of #BF2267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2267

Black with #BF2267

Text Example


Text Example

White with #BF2267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2267; }

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

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

background-color css

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

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

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

border-color css

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

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

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