Html Css Color HEX #BF434F Old Rose

📋 copy color: '#BF434F'

red 191 ◦ green 67 ◦ blue 79

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

Shades of Old Rose #BF434F

Tints of Old Rose #BF434F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.88%

 BLUE value IS 79 (31.25% from 255) = 23.44%

R = 56.68%
G = 19.88%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF434F (or 0xBF434F) is known color: Old Rose. HEX triplet: BF, 43 and 4F. RGB value is (191,67,79). Sum of RGB (Red+Green+Blue) = 191+67+79=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF434F is #40BCB0. Grayscale: #696969. Windows color (decimal): -4242609 or 5194687. OLE color: 5194687.

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

Color convert

RGB 191 67 79 -
CMYK 0 0.65 0.59 0.25
HSL 354.19º 0.49% 0.51% -
HSV(B) 354.19º 0.65% 0.75% -
XYZ 24.9 15.66 9.11 -
YUV 105.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 191 67 79 0 0.65 0.59 0.25 354.19 0.49 0.51
Hex BF 43 4F 0 41 3B 19 162 31 33
Octal 277 103 117 0 101 73 31 542 61 63
Binary 10111111 1000011 1001111 0 1000001 111011 11001 101100010 110001 110011

Color Harmonies of #BF434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF434F

Black with #BF434F

Text Example


Text Example

White with #BF434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF434F; }

 p { color: rgb(191,67,79); }

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

background-color css

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

 a { background-color: rgb(191,67,79); }

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

border-color css

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

 span { border-color: rgb(191,67,79); }

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