#BF817D

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

Shades of Brandy Rose #BF817D

Tints of Brandy Rose #BF817D

Color information

#BF817D (or 0xBF817D) is unknown color: approx Brandy Rose. HEX triplet: BF, 81 and 7D. RGB value is (191,129,125). Sum of RGB (Red+Green+Blue) = 191+129+125=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF817D is #407E82. Grayscale: #939393. Windows color (decimal): -4226691 or 8225215. OLE color: 8225215.

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

Color convert

RGB191129125-
CMYK00.320.350.25
HSL3.64º34.02%61.96%-
HSV(B)3.64º34.55%74.9%-
XYZ33.0428.2623.12-
YUV147.08115.54159.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 129 (50.78% from 255) = 28.99%
BLUE value IS 125 (49.22% from 255) = 28.09%
R=42.92%
G=28.99%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112912500.320.350.253.6434.0261.96
HexBF817D02023194223e
Octal277201175040433144276
Binary10111111100000011111101010000010001111001100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF817D; }

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

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

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

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

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

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

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

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