Html Css Color HEX #BD7858 Japonica

📋 copy color: '#BD7858'

red 189 ◦ green 120 ◦ blue 88

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

Shades of Japonica #BD7858

Tints of Japonica #BD7858

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.23%

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 47.61%
G = 30.23%
B = 22.17%

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

#BD7858 (or 0xBD7858) is known color: Japonica. HEX triplet: BD, 78 and 58. RGB value is (189,120,88). Sum of RGB (Red+Green+Blue) = 189+120+88=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7858 is #4287A7. Grayscale: #898989. Windows color (decimal): -4360104 or 5798077. OLE color: 5798077.

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

Color convert

RGB 189 120 88 -
CMYK 0 0.37 0.53 0.26
HSL 19.01º 0.43% 0.54% -
HSV(B) 19.01º 0.53% 0.74% -
XYZ 29.46 24.96 12.5 -
YUV 136.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 189 120 88 0 0.37 0.53 0.26 19.01 0.43 0.54
Hex BD 78 58 0 25 35 1A 13 2B 36
Octal 275 170 130 0 45 65 32 23 53 66
Binary 10111101 1111000 1011000 0 100101 110101 11010 10011 101011 110110

Color Harmonies of #BD7858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7858

Black with #BD7858

Text Example


Text Example

White with #BD7858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7858; }

 p { color: rgb(189,120,88); }

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

background-color css

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

 a { background-color: rgb(189,120,88); }

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

border-color css

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

 span { border-color: rgb(189,120,88); }

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