Html Css Color HEX #BD6E57 Japonica

📋 copy color: '#BD6E57'

red 189 ◦ green 110 ◦ blue 87

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

Shades of Japonica #BD6E57

Tints of Japonica #BD6E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.54%

R = 48.96%
G = 28.5%
B = 22.54%

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

#BD6E57 (or 0xBD6E57) is known color: Japonica. HEX triplet: BD, 6E and 57. RGB value is (189,110,87). Sum of RGB (Red+Green+Blue) = 189+110+87=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6E57 is #4291A8. Grayscale: #838383. Windows color (decimal): -4362665 or 5729981. OLE color: 5729981.

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

Color convert

RGB 189 110 87 -
CMYK 0 0.42 0.54 0.26
HSL 13.53º 0.44% 0.54% -
HSV(B) 13.53º 0.54% 0.74% -
XYZ 28.28 22.66 11.9 -
YUV 131 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 189 110 87 0 0.42 0.54 0.26 13.53 0.44 0.54
Hex BD 6E 57 0 2A 36 1A E 2C 36
Octal 275 156 127 0 52 66 32 16 54 66
Binary 10111101 1101110 1010111 0 101010 110110 11010 1110 101100 110110

Color Harmonies of #BD6E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E57

Black with #BD6E57

Text Example


Text Example

White with #BD6E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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