Html Css Color HEX #BC795A Japonica

📋 copy color: '#BC795A'

red 188 ◦ green 121 ◦ blue 90

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

Shades of Japonica #BC795A

Tints of Japonica #BC795A

RGB

 RED value IS 188 (73.83% from 255) = 47.12%

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

 BLUE value IS 90 (35.55% from 255) = 22.56%

R = 47.12%
G = 30.33%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC795A (or 0xBC795A) is known color: Japonica. HEX triplet: BC, 79 and 5A. RGB value is (188,121,90). Sum of RGB (Red+Green+Blue) = 188+121+90=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC795A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC795A is #4386A5. Grayscale: #898989. Windows color (decimal): -4425382 or 5929404. OLE color: 5929404.

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

Color convert

RGB 188 121 90 -
CMYK 0 0.36 0.52 0.26
HSL 18.98º 0.42% 0.55% -
HSV(B) 18.98º 0.52% 0.74% -
XYZ 29.42 25.1 12.97 -
YUV 137.5 101.2 164.02 -
System Red Green Blue C M Y K H S L
Decimal 188 121 90 0 0.36 0.52 0.26 18.98 0.42 0.55
Hex BC 79 5A 0 24 34 1A 13 2A 37
Octal 274 171 132 0 44 64 32 23 52 67
Binary 10111100 1111001 1011010 0 100100 110100 11010 10011 101010 110111

Color Harmonies of #BC795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC795A

Black with #BC795A

Text Example


Text Example

White with #BC795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC795A; }

 p { color: rgb(188,121,90); }

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

background-color css

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

 a { background-color: rgb(188,121,90); }

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

border-color css

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

 span { border-color: rgb(188,121,90); }

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