Html Css Color HEX #BF434B Old Rose

📋 copy color: '#BF434B'

red 191 ◦ green 67 ◦ blue 75

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

Shades of Old Rose #BF434B

Tints of Old Rose #BF434B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 57.36%
G = 20.12%
B = 22.52%

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

#BF434B (or 0xBF434B) is known color: Old Rose. HEX triplet: BF, 43 and 4B. RGB value is (191,67,75). Sum of RGB (Red+Green+Blue) = 191+67+75=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF434B is #40BCB4. Grayscale: #696969. Windows color (decimal): -4242613 or 4932543. OLE color: 4932543.

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

Color convert

RGB 191 67 75 -
CMYK 0 0.65 0.61 0.25
HSL 356.13º 0.49% 0.51% -
HSV(B) 356.13º 0.65% 0.75% -
XYZ 24.76 15.6 8.36 -
YUV 104.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 191 67 75 0 0.65 0.61 0.25 356.13 0.49 0.51
Hex BF 43 4B 0 41 3D 19 164 31 33
Octal 277 103 113 0 101 75 31 544 61 63
Binary 10111111 1000011 1001011 0 1000001 111101 11001 101100100 110001 110011

Color Harmonies of #BF434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF434B

Black with #BF434B

Text Example


Text Example

White with #BF434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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