#BF816C

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

Shades of Brandy Rose #BF816C

Tints of Brandy Rose #BF816C

Color information

#BF816C (or 0xBF816C) is unknown color: approx Brandy Rose. HEX triplet: BF, 81 and 6C. RGB value is (191,129,108). Sum of RGB (Red+Green+Blue) = 191+129+108=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF816C is #407E93. Grayscale: #919191. Windows color (decimal): -4226708 or 7111103. OLE color: 7111103.

HSL color Cylindrical-coordinate representation of color #BF816C: hue angle of 15.18º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF816C is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB191129108-
CMYK00.320.430.25
HSL15.18º39.34%58.63%-
HSV(B)15.18º43.46%74.9%-
XYZ32.0427.8617.88-
YUV145.14107.04160.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 108 (42.58% from 255) = 25.23%
R=44.63%
G=30.14%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112910800.320.430.2515.1839.3458.63
HexBF816C0202B19f273b
Octal2772011540405331174773
Binary101111111000000111011000100000101011110011111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF816C; }

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

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

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

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

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

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

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

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