Html Css Color HEX #BD795C Japonica

📋 copy color: '#BD795C'

red 189 ◦ green 121 ◦ blue 92

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

Shades of Japonica #BD795C

Tints of Japonica #BD795C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.89%

R = 47.01%
G = 30.1%
B = 22.89%

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

#BD795C (or 0xBD795C) is known color: Japonica. HEX triplet: BD, 79 and 5C. RGB value is (189,121,92). Sum of RGB (Red+Green+Blue) = 189+121+92=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD795C is #4286A3. Grayscale: #8A8A8A. Windows color (decimal): -4359844 or 6060477. OLE color: 6060477.

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

Color convert

RGB 189 121 92 -
CMYK 0 0.36 0.51 0.26
HSL 17.94º 0.42% 0.55% -
HSV(B) 17.94º 0.51% 0.74% -
XYZ 29.76 25.27 13.43 -
YUV 138.03 102.03 164.36 -
System Red Green Blue C M Y K H S L
Decimal 189 121 92 0 0.36 0.51 0.26 17.94 0.42 0.55
Hex BD 79 5C 0 24 33 1A 12 2A 37
Octal 275 171 134 0 44 63 32 22 52 67
Binary 10111101 1111001 1011100 0 100100 110011 11010 10010 101010 110111

Color Harmonies of #BD795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD795C

Black with #BD795C

Text Example


Text Example

White with #BD795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD795C; }

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

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

background-color css

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

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

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

border-color css

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

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

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