#BD672D

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

Shades of Christine #BD672D

Tints of Christine #BD672D

Color information

#BD672D (or 0xBD672D) is unknown color: approx Christine. HEX triplet: BD, 67 and 2D. RGB value is (189,103,45). Sum of RGB (Red+Green+Blue) = 189+103+45=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD672D is #4298D2. Grayscale: #7A7A7A. Windows color (decimal): -4364499 or 2975677. OLE color: 2975677.

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

Color convert

RGB18910345-
CMYK00.460.760.26
HSL24.17º61.54%45.88%-
HSV(B)24.17º76.19%74.12%-
XYZ26.3120.715.09-
YUV122.184.49175.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.08%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 45 (17.97% from 255) = 13.35%
R=56.08%
G=30.56%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891034500.460.760.2624.1761.5445.88
HexBD672D02E4C1A183e2e
Octal2751475505611432307656
Binary101111011100111101101010111010011001101011000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD672D; }

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

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

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

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

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

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

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

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