Html Css Color HEX #BF334E Old Rose

📋 copy color: '#BF334E'

red 191 ◦ green 51 ◦ blue 78

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

Shades of Old Rose #BF334E

Tints of Old Rose #BF334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

 BLUE value IS 78 (30.86% from 255) = 24.38%

R = 59.69%
G = 15.94%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF334E (or 0xBF334E) is known color: Old Rose. HEX triplet: BF, 33 and 4E. RGB value is (191,51,78). Sum of RGB (Red+Green+Blue) = 191+51+78=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF334E is #40CCB1. Grayscale: #5F5F5F. Windows color (decimal): -4246706 or 5125055. OLE color: 5125055.

HSL color Cylindrical-coordinate representation of color #BF334E: hue angle of 348.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF334E is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 51 78 -
CMYK 0 0.73 0.59 0.25
HSL 348.43º 0.58% 0.47% -
HSV(B) 348.43º 0.73% 0.75% -
XYZ 24.04 13.99 8.64 -
YUV 95.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 191 51 78 0 0.73 0.59 0.25 348.43 0.58 0.47
Hex BF 33 4E 0 49 3B 19 15C 3A 2F
Octal 277 63 116 0 111 73 31 534 72 57
Binary 10111111 110011 1001110 0 1001001 111011 11001 101011100 111010 101111

Color Harmonies of #BF334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF334E

Black with #BF334E

Text Example


Text Example

White with #BF334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF334E; }

 p { color: rgb(191,51,78); }

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

background-color css

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

 a { background-color: rgb(191,51,78); }

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

border-color css

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

 span { border-color: rgb(191,51,78); }

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