Html Css Color HEX #BF434A Old Rose

📋 copy color: '#BF434A'

red 191 ◦ green 67 ◦ blue 74

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

Shades of Old Rose #BF434A

Tints of Old Rose #BF434A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 57.53%
G = 20.18%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF434A (or 0xBF434A) is known color: Old Rose. HEX triplet: BF, 43 and 4A. RGB value is (191,67,74). Sum of RGB (Red+Green+Blue) = 191+67+74=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF434A is #40BCB5. Grayscale: #686868. Windows color (decimal): -4242614 or 4867007. OLE color: 4867007.

HSL color Cylindrical-coordinate representation of color #BF434A: hue angle of 356.61º 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 #BF434A is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 74 -
CMYK 0 0.65 0.61 0.25
HSL 356.61º 0.49% 0.51% -
HSV(B) 356.61º 0.65% 0.75% -
XYZ 24.73 15.59 8.18 -
YUV 104.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 191 67 74 0 0.65 0.61 0.25 356.61 0.49 0.51
Hex BF 43 4A 0 41 3D 19 165 31 33
Octal 277 103 112 0 101 75 31 545 61 63
Binary 10111111 1000011 1001010 0 1000001 111101 11001 101100101 110001 110011

Color Harmonies of #BF434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF434A

Black with #BF434A

Text Example


Text Example

White with #BF434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF434A; }

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

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

background-color css

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

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

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

border-color css

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

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

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