#BD682E

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

Shades of Christine #BD682E

Tints of Christine #BD682E

Color information

#BD682E (or 0xBD682E) is unknown color: approx Christine. HEX triplet: BD, 68 and 2E. RGB value is (189,104,46). Sum of RGB (Red+Green+Blue) = 189+104+46=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD682E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD682E is #4297D1. Grayscale: #7B7B7B. Windows color (decimal): -4364242 or 3041469. OLE color: 3041469.

HSL color Cylindrical-coordinate representation of color #BD682E: hue angle of 24.34º 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 #BD682E is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18910446-
CMYK00.450.760.26
HSL24.34º60.85%46.08%-
HSV(B)24.34º75.66%74.12%-
XYZ26.4320.925.23-
YUV122.884.66175.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.75%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 46 (18.36% from 255) = 13.57%
R=55.75%
G=30.68%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891044600.450.760.2624.3460.8546.08
HexBD682E02D4C1A183d2e
Octal2751505605511432307556
Binary101111011101000101110010110110011001101011000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD682E; }

 p { color: rgb(189,104,46); }

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

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

 a { background-color: rgb(189,104,46); }

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

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

 span { border-color: rgb(189,104,46); }

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