#BB826A

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

Shades of Brandy Rose #BB826A

Tints of Brandy Rose #BB826A

Color information

#BB826A (or 0xBB826A) is unknown color: approx Brandy Rose. HEX triplet: BB, 82 and 6A. RGB value is (187,130,106). Sum of RGB (Red+Green+Blue) = 187+130+106=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB826A is #447D95. Grayscale: #909090. Windows color (decimal): -4488598 or 6980283. OLE color: 6980283.

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

Color convert

RGB187130106-
CMYK00.300.430.27
HSL17.78º37.33%57.45%-
HSV(B)17.78º43.32%73.33%-
XYZ31.0827.5717.32-
YUV144.31106.38158.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=44.21%
G=30.73%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713010600.300.430.2717.7837.3357.45
HexBB826A01E2B1B122539
Octal2732021520365333224571
Binary101110111000001011010100111101010111101110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB826A; }

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

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

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

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

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

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

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

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