Html Css Color HEX #BD7759 Japonica

📋 copy color: '#BD7759'

red 189 ◦ green 119 ◦ blue 89

#BD7759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #BD7759

Tints of Japonica #BD7759

RGB

 RED value IS 189 (74.22% from 255) = 47.61%

 GREEN value IS 119 (46.88% from 255) = 29.97%

 BLUE value IS 89 (35.16% from 255) = 22.42%

R = 47.61%
G = 29.97%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD7759 (or 0xBD7759) is known color: Japonica. HEX triplet: BD, 77 and 59. RGB value is (189,119,89). Sum of RGB (Red+Green+Blue) = 189+119+89=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7759 is #4288A6. Grayscale: #888888. Windows color (decimal): -4360359 or 5863357. OLE color: 5863357.

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

Color convert

RGB 189 119 89 -
CMYK 0 0.37 0.53 0.26
HSL 18º 0.43% 0.55% -
HSV(B) 18º 0.53% 0.74% -
XYZ 29.39 24.73 12.68 -
YUV 136.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 189 119 89 0 0.37 0.53 0.26 18 0.43 0.55
Hex BD 77 59 0 25 35 1A 12 2B 37
Octal 275 167 131 0 45 65 32 22 53 67
Binary 10111101 1110111 1011001 0 100101 110101 11010 10010 101011 110111

Color Harmonies of #BD7759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7759

Black with #BD7759

Text Example


Text Example

White with #BD7759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7759; }

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

 H1.HeaderClassName
 {
   color: #BD7759;
 }
 .AnyTagClassName
 {
   color: #BD7759;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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