Html Css Color HEX #BD7659 Japonica

📋 copy color: '#BD7659'

red 189 ◦ green 118 ◦ blue 89

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

Shades of Japonica #BD7659

Tints of Japonica #BD7659

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

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

R = 47.73%
G = 29.8%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD7659 (or 0xBD7659) is known color: Japonica. HEX triplet: BD, 76 and 59. RGB value is (189,118,89). Sum of RGB (Red+Green+Blue) = 189+118+89=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7659 is #4289A6. Grayscale: #888888. Windows color (decimal): -4360615 or 5863101. OLE color: 5863101.

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

Color convert

RGB 189 118 89 -
CMYK 0 0.38 0.53 0.26
HSL 17.4º 0.43% 0.55% -
HSV(B) 17.4º 0.53% 0.74% -
XYZ 29.27 24.5 12.64 -
YUV 135.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 189 118 89 0 0.38 0.53 0.26 17.4 0.43 0.55
Hex BD 76 59 0 26 35 1A 11 2B 37
Octal 275 166 131 0 46 65 32 21 53 67
Binary 10111101 1110110 1011001 0 100110 110101 11010 10001 101011 110111

Color Harmonies of #BD7659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7659

Black with #BD7659

Text Example


Text Example

White with #BD7659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7659; }

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

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

background-color css

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

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

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

border-color css

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

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

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