#BD765A

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

Shades of Japonica #BD765A

Tints of Japonica #BD765A

Color information

#BD765A (or 0xBD765A) is unknown color: approx Japonica. HEX triplet: BD, 76 and 5A. RGB value is (189,118,90). Sum of RGB (Red+Green+Blue) = 189+118+90=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD765A is #4289A5. Grayscale: #888888. Windows color (decimal): -4360614 or 5928637. OLE color: 5928637.

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

Color convert

RGB18911890-
CMYK00.380.520.26
HSL16.97º42.86%54.71%-
HSV(B)16.97º52.38%74.12%-
XYZ29.3124.5112.86-
YUV136.04102.02165.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=47.61%
G=29.72%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891189000.380.520.2616.9742.8654.71
HexBD765A026341A112b37
Octal2751661320466432215367
Binary101111011110110101101001001101101001101010001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD765A; }

 p { color: rgb(189,118,90); }

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

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

 a { background-color: rgb(189,118,90); }

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

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

 span { border-color: rgb(189,118,90); }

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