Html Css Color HEX #BD795D Japonica

📋 copy color: '#BD795D'

red 189 ◦ green 121 ◦ blue 93

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

Shades of Japonica #BD795D

Tints of Japonica #BD795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.02%

 BLUE value IS 93 (36.72% from 255) = 23.08%

R = 46.9%
G = 30.02%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD795D (or 0xBD795D) is known color: Japonica. HEX triplet: BD, 79 and 5D. RGB value is (189,121,93). Sum of RGB (Red+Green+Blue) = 189+121+93=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD795D is #4286A2. Grayscale: #8A8A8A. Windows color (decimal): -4359843 or 6126013. OLE color: 6126013.

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

Color convert

RGB 189 121 93 -
CMYK 0 0.36 0.51 0.26
HSL 17.5º 0.42% 0.55% -
HSV(B) 17.5º 0.51% 0.74% -
XYZ 29.8 25.28 13.67 -
YUV 138.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 189 121 93 0 0.36 0.51 0.26 17.5 0.42 0.55
Hex BD 79 5D 0 24 33 1A 12 2A 37
Octal 275 171 135 0 44 63 32 22 52 67
Binary 10111101 1111001 1011101 0 100100 110011 11010 10010 101010 110111

Color Harmonies of #BD795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD795D

Black with #BD795D

Text Example


Text Example

White with #BD795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD795D; }

 p { color: rgb(189,121,93); }

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

background-color css

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

 a { background-color: rgb(189,121,93); }

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

border-color css

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

 span { border-color: rgb(189,121,93); }

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