#B28C7B

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

Shades of Brandy Rose #B28C7B

Tints of Brandy Rose #B28C7B

Color information

#B28C7B (or 0xB28C7B) is unknown color: approx Brandy Rose. HEX triplet: B2, 8C and 7B. RGB value is (178,140,123). Sum of RGB (Red+Green+Blue) = 178+140+123=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C7B is #4D7384. Grayscale: #959595. Windows color (decimal): -5075845 or 8096946. OLE color: 8096946.

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

Color convert

RGB178140123-
CMYK00.210.310.30
HSL18.55º26.32%59.02%-
HSV(B)18.55º30.9%69.8%-
XYZ31.3129.6522.81-
YUV149.42113.09148.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=40.36%
G=31.75%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814012300.210.310.3018.5526.3259.02
HexB28C7B0151F1E131a3b
Octal2622141730253736233273
Binary1011001010001100111101101010111111111101001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28C7B; }

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

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

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

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

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

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

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

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