Html Css Color HEX #BF4052 Old Rose

📋 copy color: '#BF4052'

red 191 ◦ green 64 ◦ blue 82

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

Shades of Old Rose #BF4052

Tints of Old Rose #BF4052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 56.68%
G = 18.99%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF4052 (or 0xBF4052) is known color: Old Rose. HEX triplet: BF, 40 and 52. RGB value is (191,64,82). Sum of RGB (Red+Green+Blue) = 191+64+82=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4052 is #40BFAD. Grayscale: #686868. Windows color (decimal): -4243374 or 5390527. OLE color: 5390527.

HSL color Cylindrical-coordinate representation of color #BF4052: hue angle of 351.5º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4052 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 64 82 -
CMYK 0 0.66 0.57 0.25
HSL 351.5º 0.5% 0.5% -
HSV(B) 351.5º 0.66% 0.75% -
XYZ 24.84 15.35 9.64 -
YUV 104.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 191 64 82 0 0.66 0.57 0.25 351.5 0.5 0.5
Hex BF 40 52 0 42 39 19 15F 32 32
Octal 277 100 122 0 102 71 31 537 62 62
Binary 10111111 1000000 1010010 0 1000010 111001 11001 101011111 110010 110010

Color Harmonies of #BF4052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4052

Black with #BF4052

Text Example


Text Example

White with #BF4052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4052; }

 p { color: rgb(191,64,82); }

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

background-color css

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

 a { background-color: rgb(191,64,82); }

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

border-color css

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

 span { border-color: rgb(191,64,82); }

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