#BB877A

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

Shades of Brandy Rose #BB877A

Tints of Brandy Rose #BB877A

Color information

#BB877A (or 0xBB877A) is unknown color: approx Brandy Rose. HEX triplet: BB, 87 and 7A. RGB value is (187,135,122). Sum of RGB (Red+Green+Blue) = 187+135+122=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB877A is #447885. Grayscale: #959595. Windows color (decimal): -4487302 or 8030139. OLE color: 8030139.

HSL color Cylindrical-coordinate representation of color #BB877A: hue angle of 12º 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 #BB877A is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187135122-
CMYK00.280.350.27
HSL12º32.34%60.59%-
HSV(B)12º34.76%73.33%-
XYZ32.6729.322.35-
YUV149.07112.73155.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 135 (53.12% from 255) = 30.41%
BLUE value IS 122 (48.05% from 255) = 27.48%
R=42.12%
G=30.41%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713512200.280.350.271232.3460.59
HexBB877A01C231Bc203d
Octal2732071720344333144075
Binary10111011100001111111010011100100011110111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB877A; }

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

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

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

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

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

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

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

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