#BC837B

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

Shades of Brandy Rose #BC837B

Tints of Brandy Rose #BC837B

Color information

#BC837B (or 0xBC837B) is unknown color: approx Brandy Rose. HEX triplet: BC, 83 and 7B. RGB value is (188,131,123). Sum of RGB (Red+Green+Blue) = 188+131+123=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC837B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC837B is #437C84. Grayscale: #939393. Windows color (decimal): -4422789 or 8094652. OLE color: 8094652.

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

Color convert

RGB188131123-
CMYK00.300.350.26
HSL7.38º32.66%60.98%-
HSV(B)7.38º34.57%73.73%-
XYZ32.4328.3522.5-
YUV147.13114.38157.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 131 (51.56% from 255) = 29.64%
BLUE value IS 123 (48.44% from 255) = 27.83%
R=42.53%
G=29.64%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813112300.300.350.267.3832.6660.98
HexBC837B01E231A7213d
Octal274203173036433274175
Binary1011110010000011111101101111010001111010111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC837B; }

 p { color: rgb(188,131,123); }

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

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

 a { background-color: rgb(188,131,123); }

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

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

 span { border-color: rgb(188,131,123); }

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