#BD755A

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

Shades of Japonica #BD755A

Tints of Japonica #BD755A

Color information

#BD755A (or 0xBD755A) is unknown color: approx Japonica. HEX triplet: BD, 75 and 5A. RGB value is (189,117,90). Sum of RGB (Red+Green+Blue) = 189+117+90=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD755A is #428AA5. Grayscale: #878787. Windows color (decimal): -4360870 or 5928381. OLE color: 5928381.

HSL color Cylindrical-coordinate representation of color #BD755A: hue angle of 16.36º 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 #BD755A is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18911790-
CMYK00.380.520.26
HSL16.36º42.86%54.71%-
HSV(B)16.36º52.38%74.12%-
XYZ29.1924.2812.82-
YUV135.45102.35166.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=47.73%
G=29.55%
B=22.73%

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
Decimal1891179000.380.520.2616.3642.8654.71
HexBD755A026341A102b37
Octal2751651320466432205367
Binary101111011110101101101001001101101001101010000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD755A; }

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

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

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

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

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

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

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

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