#BB827A

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

Shades of Brandy Rose #BB827A

Tints of Brandy Rose #BB827A

Color information

#BB827A (or 0xBB827A) is unknown color: approx Brandy Rose. HEX triplet: BB, 82 and 7A. RGB value is (187,130,122). Sum of RGB (Red+Green+Blue) = 187+130+122=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB827A is #447D85. Grayscale: #929292. Windows color (decimal): -4488582 or 8028859. OLE color: 8028859.

HSL color Cylindrical-coordinate representation of color #BB827A: hue angle of 7.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB827A is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187130122-
CMYK00.300.350.27
HSL7.38º32.34%60.59%-
HSV(B)7.38º34.76%73.33%-
XYZ31.9927.9422.12-
YUV146.13114.38157.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 130 (51.17% from 255) = 29.61%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=42.60%
G=29.61%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713012200.300.350.277.3832.3460.59
HexBB827A01E231B7203d
Octal273202172036433374075
Binary1011101110000010111101001111010001111011111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB827A; }

 p { color: rgb(187,130,122); }

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

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

 a { background-color: rgb(187,130,122); }

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

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

 span { border-color: rgb(187,130,122); }

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