#BF837B

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

Shades of Brandy Rose #BF837B

Tints of Brandy Rose #BF837B

Color information

#BF837B (or 0xBF837B) is unknown color: approx Brandy Rose. HEX triplet: BF, 83 and 7B. RGB value is (191,131,123). Sum of RGB (Red+Green+Blue) = 191+131+123=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF837B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF837B is #407C84. Grayscale: #949494. Windows color (decimal): -4226181 or 8094655. OLE color: 8094655.

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

Color convert

RGB191131123-
CMYK00.310.360.25
HSL7.06º34.69%61.57%-
HSV(B)7.06º35.6%74.9%-
XYZ33.1828.7422.54-
YUV148.03113.88158.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=42.92%
G=29.44%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113112300.310.360.257.0634.6961.57
HexBF837B01F24197233e
Octal277203173037443174376
Binary1011111110000011111101101111110010011001111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF837B; }

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

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

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

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

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

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

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

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