#BD681A

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

Shades of Christine #BD681A

Tints of Christine #BD681A

Color information

#BD681A (or 0xBD681A) is unknown color: approx Christine. HEX triplet: BD, 68 and 1A. RGB value is (189,104,26). Sum of RGB (Red+Green+Blue) = 189+104+26=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD681A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD681A is #4297E5. Grayscale: #787878. Windows color (decimal): -4364262 or 1730749. OLE color: 1730749.

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

Color convert

RGB18910426-
CMYK00.450.860.26
HSL28.71º75.81%42.16%-
HSV(B)28.71º86.24%74.12%-
XYZ26.1220.793.61-
YUV120.5274.66176.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.25%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 26 (10.55% from 255) = 8.15%
R=59.25%
G=32.60%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891042600.450.860.2628.7175.8142.16
HexBD681A02D561A1d4c2a
Octal27515032055126323511452
Binary101111011101000110100101101101011011010111011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD681A; }

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

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

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

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

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

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

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

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