#BD765C

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

Shades of Japonica #BD765C

Tints of Japonica #BD765C

Color information

#BD765C (or 0xBD765C) is unknown color: approx Japonica. HEX triplet: BD, 76 and 5C. RGB value is (189,118,92). Sum of RGB (Red+Green+Blue) = 189+118+92=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD765C is #4289A3. Grayscale: #888888. Windows color (decimal): -4360612 or 6059709. OLE color: 6059709.

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

Color convert

RGB18911892-
CMYK00.380.510.26
HSL16.08º42.36%55.1%-
HSV(B)16.08º51.32%74.12%-
XYZ29.424.5513.31-
YUV136.26103.02165.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=47.37%
G=29.57%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891189200.380.510.2616.0842.3655.1
HexBD765C026331A102a37
Octal2751661340466332205267
Binary101111011110110101110001001101100111101010000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD765C; }

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

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

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

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

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

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

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

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