#BD6D58

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

Shades of Japonica #BD6D58

Tints of Japonica #BD6D58

Color information

#BD6D58 (or 0xBD6D58) is unknown color: approx Japonica. HEX triplet: BD, 6D and 58. RGB value is (189,109,88). Sum of RGB (Red+Green+Blue) = 189+109+88=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6D58 is #4292A7. Grayscale: #828282. Windows color (decimal): -4362920 or 5795261. OLE color: 5795261.

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

Color convert

RGB18910988-
CMYK00.420.530.26
HSL12.48º43.35%54.31%-
HSV(B)12.48º53.44%74.12%-
XYZ28.2222.4612.08-
YUV130.53104169.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 88 (34.77% from 255) = 22.80%
R=48.96%
G=28.24%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891098800.420.530.2612.4843.3554.31
HexBD6D5802A351Ac2b36
Octal2751551300526532145366
Binary10111101110110110110000101010110101110101100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6D58; }

 p { color: rgb(189,109,88); }

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

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

 a { background-color: rgb(189,109,88); }

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

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

 span { border-color: rgb(189,109,88); }

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