#BD775B

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

Shades of Japonica #BD775B

Tints of Japonica #BD775B

Color information

#BD775B (or 0xBD775B) is unknown color: approx Japonica. HEX triplet: BD, 77 and 5B. RGB value is (189,119,91). Sum of RGB (Red+Green+Blue) = 189+119+91=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD775B is #4288A4. Grayscale: #888888. Windows color (decimal): -4360357 or 5994429. OLE color: 5994429.

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

Color convert

RGB18911991-
CMYK00.370.520.26
HSL17.14º42.61%54.9%-
HSV(B)17.14º51.85%74.12%-
XYZ29.4724.7713.12-
YUV136.74102.19165.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=47.37%
G=29.82%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891199100.370.520.2617.1442.6154.9
HexBD775B025341A112b37
Octal2751671330456432215367
Binary101111011110111101101101001011101001101010001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD775B; }

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

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

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

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

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

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

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

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