#BD755B

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

Shades of Japonica #BD755B

Tints of Japonica #BD755B

Color information

#BD755B (or 0xBD755B) is unknown color: approx Japonica. HEX triplet: BD, 75 and 5B. RGB value is (189,117,91). Sum of RGB (Red+Green+Blue) = 189+117+91=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD755B is #428AA4. Grayscale: #878787. Windows color (decimal): -4360869 or 5993917. OLE color: 5993917.

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

Color convert

RGB18911791-
CMYK00.380.520.26
HSL15.92º42.61%54.9%-
HSV(B)15.92º51.85%74.12%-
XYZ29.2424.313.05-
YUV135.56102.85166.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 117 (46.09% from 255) = 29.47%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=47.61%
G=29.47%
B=22.92%

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
Decimal1891179100.380.520.2615.9242.6154.9
HexBD755B026341A102b37
Octal2751651330466432205367
Binary101111011110101101101101001101101001101010000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD755B; }

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

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

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

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

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

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

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

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