Html Css Color HEX #BF434E Old Rose

📋 copy color: '#BF434E'

red 191 ◦ green 67 ◦ blue 78

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

Shades of Old Rose #BF434E

Tints of Old Rose #BF434E

RGB

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

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

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

R = 56.85%
G = 19.94%
B = 23.21%

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

#BF434E (or 0xBF434E) is known color: Old Rose. HEX triplet: BF, 43 and 4E. RGB value is (191,67,78). Sum of RGB (Red+Green+Blue) = 191+67+78=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF434E is #40BCB1. Grayscale: #696969. Windows color (decimal): -4242610 or 5129151. OLE color: 5129151.

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

Color convert

RGB 191 67 78 -
CMYK 0 0.65 0.59 0.25
HSL 354.68º 0.49% 0.51% -
HSV(B) 354.68º 0.65% 0.75% -
XYZ 24.87 15.64 8.92 -
YUV 105.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 191 67 78 0 0.65 0.59 0.25 354.68 0.49 0.51
Hex BF 43 4E 0 41 3B 19 163 31 33
Octal 277 103 116 0 101 73 31 543 61 63
Binary 10111111 1000011 1001110 0 1000001 111011 11001 101100011 110001 110011

Color Harmonies of #BF434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF434E

Black with #BF434E

Text Example


Text Example

White with #BF434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF434E; }

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

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

background-color css

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

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

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

border-color css

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

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

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