#BF837A

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

Shades of Brandy Rose #BF837A

Tints of Brandy Rose #BF837A

Color information

#BF837A (or 0xBF837A) is unknown color: approx Brandy Rose. HEX triplet: BF, 83 and 7A. RGB value is (191,131,122). Sum of RGB (Red+Green+Blue) = 191+131+122=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF837A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF837A is #407C85. Grayscale: #949494. Windows color (decimal): -4226182 or 8029119. OLE color: 8029119.

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

Color convert

RGB191131122-
CMYK00.310.360.25
HSL7.83º35.03%61.37%-
HSV(B)7.83º36.13%74.9%-
XYZ33.1228.7122.21-
YUV147.91113.38158.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 122 (48.05% from 255) = 27.48%
R=43.02%
G=29.50%
B=27.48%

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
Decimal19113112200.310.360.257.8335.0361.37
HexBF837A01F24198233d
Octal2772031720374431104375
Binary10111111100000111111010011111100100110011000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF837A; }

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

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

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

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

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

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

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

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