Html Css Color HEX #BD6E56 Japonica

📋 copy color: '#BD6E56'

red 189 ◦ green 110 ◦ blue 86

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

Shades of Japonica #BD6E56

Tints of Japonica #BD6E56

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.57%

 BLUE value IS 86 (33.98% from 255) = 22.34%

R = 49.09%
G = 28.57%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD6E56 (or 0xBD6E56) is known color: Japonica. HEX triplet: BD, 6E and 56. RGB value is (189,110,86). Sum of RGB (Red+Green+Blue) = 189+110+86=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6E56 is #4291A9. Grayscale: #838383. Windows color (decimal): -4362666 or 5664445. OLE color: 5664445.

HSL color Cylindrical-coordinate representation of color #BD6E56: hue angle of 13.98º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD6E56 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 110 86 -
CMYK 0 0.42 0.54 0.26
HSL 13.98º 0.44% 0.54% -
HSV(B) 13.98º 0.54% 0.74% -
XYZ 28.24 22.64 11.69 -
YUV 130.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 189 110 86 0 0.42 0.54 0.26 13.98 0.44 0.54
Hex BD 6E 56 0 2A 36 1A E 2C 36
Octal 275 156 126 0 52 66 32 16 54 66
Binary 10111101 1101110 1010110 0 101010 110110 11010 1110 101100 110110

Color Harmonies of #BD6E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E56

Black with #BD6E56

Text Example


Text Example

White with #BD6E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E56; }

 p { color: rgb(189,110,86); }

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

background-color css

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

 a { background-color: rgb(189,110,86); }

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

border-color css

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

 span { border-color: rgb(189,110,86); }

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