#BF837D

Color #BF837D Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BF837D

Tints of Brandy Rose #BF837D

Color information

#BF837D (or 0xBF837D) is unknown color: approx Brandy Rose. HEX triplet: BF, 83 and 7D. RGB value is (191,131,125). Sum of RGB (Red+Green+Blue) = 191+131+125=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF837D is #407C82. Grayscale: #949494. Windows color (decimal): -4226179 or 8225727. OLE color: 8225727.

HSL color Cylindrical-coordinate representation of color #BF837D: hue angle of 5.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF837D is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB191131125-
CMYK00.310.350.25
HSL5.45º34.02%61.96%-
HSV(B)5.45º34.55%74.9%-
XYZ33.328.7923.2-
YUV148.26114.88158.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=42.73%
G=29.31%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113112500.310.350.255.4534.0261.96
HexBF837D01F23195223e
Octal277203175037433154276
Binary1011111110000011111110101111110001111001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF837D; }

 p { color: rgb(191,131,125); }

 H1.HeaderClassName
 {
   color: #BF837D;
 }
 .AnyTagClassName
 {
   color: #BF837D;
 }
</style>
background-color css

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

 a { background-color: rgb(191,131,125); }

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

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

 span { border-color: rgb(191,131,125); }

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