#BD6729

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

Shades of Christine #BD6729

Tints of Christine #BD6729

Color information

#BD6729 (or 0xBD6729) is unknown color: approx Christine. HEX triplet: BD, 67 and 29. RGB value is (189,103,41). Sum of RGB (Red+Green+Blue) = 189+103+41=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6729 is #4298D6. Grayscale: #797979. Windows color (decimal): -4364503 or 2713533. OLE color: 2713533.

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

Color convert

RGB18910341-
CMYK00.460.780.26
HSL25.14º64.35%45.1%-
HSV(B)25.14º78.31%74.12%-
XYZ26.2420.684.71-
YUV121.6582.49176.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.76%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 41 (16.41% from 255) = 12.31%
R=56.76%
G=30.93%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891034100.460.780.2625.1464.3545.1
HexBD672902E4E1A19402d
Octal27514751056116323110055
Binary1011110111001111010010101110100111011010110011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6729; }

 p { color: rgb(189,103,41); }

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

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

 a { background-color: rgb(189,103,41); }

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

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

 span { border-color: rgb(189,103,41); }

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