#b28c7f

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

Shades of Brandy Rose #B28C7F

Tints of Brandy Rose #B28C7F

Color information

#B28C7F (or 0xB28C7F) is unknown color: approx Brandy Rose. HEX triplet: B2, 8C and 7F. RGB value is (178,140,127). Sum of RGB (Red+Green+Blue) = 178+140+127=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C7F is #4D7380. Grayscale: #959595. Windows color (decimal): -5075841 or 8359090. OLE color: 8359090.

HSL color Cylindrical-coordinate representation of color #B28C7F: hue angle of 15.29º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B28C7F is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB178140127-
CMYK00.210.290.30
HSL15.29º24.88%59.8%-
HSV(B)15.29º28.65%69.8%-
XYZ31.5729.7524.16-
YUV149.88115.09148.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 127 (50% from 255) = 28.54%
R=40%
G=31.46%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814012700.210.290.3015.2924.8859.8
HexB28C7F0151D1Ef193c
Octal2622141770253536173174
Binary101100101000110011111110101011110111110111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b28c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b28c7f; }

 p { color: rgb(178,140,127); }

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

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

 a { background-color: rgb(178,140,127); }

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

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

 span { border-color: rgb(178,140,127); }

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