Html Css Color HEX #BF264B Old Rose

📋 copy color: '#BF264B'

red 191 ◦ green 38 ◦ blue 75

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

Shades of Old Rose #BF264B

Tints of Old Rose #BF264B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.67%

R = 62.83%
G = 12.5%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF264B (or 0xBF264B) is known color: Old Rose. HEX triplet: BF, 26 and 4B. RGB value is (191,38,75). Sum of RGB (Red+Green+Blue) = 191+38+75=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF264B is #40D9B4. Grayscale: #575757. Windows color (decimal): -4250037 or 4925119. OLE color: 4925119.

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

Color convert

RGB 191 38 75 -
CMYK 0 0.80 0.61 0.25
HSL 345.49º 0.67% 0.45% -
HSV(B) 345.49º 0.8% 0.75% -
XYZ 23.45 12.97 7.92 -
YUV 87.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 191 38 75 0 0.80 0.61 0.25 345.49 0.67 0.45
Hex BF 26 4B 0 50 3D 19 159 43 2D
Octal 277 46 113 0 120 75 31 531 103 55
Binary 10111111 100110 1001011 0 1010000 111101 11001 101011001 1000011 101101

Color Harmonies of #BF264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF264B

Black with #BF264B

Text Example


Text Example

White with #BF264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF264B; }

 p { color: rgb(191,38,75); }

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

background-color css

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

 a { background-color: rgb(191,38,75); }

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

border-color css

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

 span { border-color: rgb(191,38,75); }

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