Html Css Color HEX #BC7A5A Japonica

📋 copy color: '#BC7A5A'

red 188 ◦ green 122 ◦ blue 90

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

Shades of Japonica #BC7A5A

Tints of Japonica #BC7A5A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.5%

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

R = 47%
G = 30.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC7A5A (or 0xBC7A5A) is known color: Japonica. HEX triplet: BC, 7A and 5A. RGB value is (188,122,90). Sum of RGB (Red+Green+Blue) = 188+122+90=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A5A is #4385A5. Grayscale: #8A8A8A. Windows color (decimal): -4425126 or 5929660. OLE color: 5929660.

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

Color convert

RGB 188 122 90 -
CMYK 0 0.35 0.52 0.26
HSL 19.59º 0.42% 0.55% -
HSV(B) 19.59º 0.52% 0.74% -
XYZ 29.54 25.35 13.01 -
YUV 138.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 188 122 90 0 0.35 0.52 0.26 19.59 0.42 0.55
Hex BC 7A 5A 0 23 34 1A 14 2A 37
Octal 274 172 132 0 43 64 32 24 52 67
Binary 10111100 1111010 1011010 0 100011 110100 11010 10100 101010 110111

Color Harmonies of #BC7A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A5A

Black with #BC7A5A

Text Example


Text Example

White with #BC7A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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