#BC6B2D

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

Shades of Christine #BC6B2D

Tints of Christine #BC6B2D

Color information

#BC6B2D (or 0xBC6B2D) is unknown color: approx Christine. HEX triplet: BC, 6B and 2D. RGB value is (188,107,45). Sum of RGB (Red+Green+Blue) = 188+107+45=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6B2D is #4394D2. Grayscale: #7C7C7C. Windows color (decimal): -4429011 or 2976700. OLE color: 2976700.

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

Color convert

RGB18810745-
CMYK00.430.760.26
HSL26.01º61.37%45.69%-
HSV(B)26.01º76.06%73.73%-
XYZ26.4721.45.22-
YUV124.1583.34173.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.29%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 45 (17.97% from 255) = 13.24%
R=55.29%
G=31.47%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881074500.430.760.2626.0161.3745.69
HexBC6B2D02B4C1A1a3d2e
Octal2741535505311432327556
Binary101111001101011101101010101110011001101011010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B2D; }

 p { color: rgb(188,107,45); }

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

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

 a { background-color: rgb(188,107,45); }

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

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

 span { border-color: rgb(188,107,45); }

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