#BF817B

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

Shades of Brandy Rose #BF817B

Tints of Brandy Rose #BF817B

Color information

#BF817B (or 0xBF817B) is unknown color: approx Brandy Rose. HEX triplet: BF, 81 and 7B. RGB value is (191,129,123). Sum of RGB (Red+Green+Blue) = 191+129+123=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF817B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF817B is #407E84. Grayscale: #929292. Windows color (decimal): -4226693 or 8094143. OLE color: 8094143.

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

Color convert

RGB191129123-
CMYK00.320.360.25
HSL5.29º34.69%61.57%-
HSV(B)5.29º35.6%74.9%-
XYZ32.9128.2122.45-
YUV146.85114.54159.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 129 (50.78% from 255) = 29.12%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=43.12%
G=29.12%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112912300.320.360.255.2934.6961.57
HexBF817B02024195233e
Octal277201173040443154376
Binary10111111100000011111011010000010010011001101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF817B; }

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

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

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

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

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

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

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

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