Html Css Color HEX #BC7A58 Japonica

📋 copy color: '#BC7A58'

red 188 ◦ green 122 ◦ blue 88

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

Shades of Japonica #BC7A58

Tints of Japonica #BC7A58

RGB

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

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

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

R = 47.24%
G = 30.65%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC7A58 (or 0xBC7A58) is known color: Japonica. HEX triplet: BC, 7A and 58. RGB value is (188,122,88). Sum of RGB (Red+Green+Blue) = 188+122+88=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A58 is #4385A7. Grayscale: #8A8A8A. Windows color (decimal): -4425128 or 5798588. OLE color: 5798588.

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

Color convert

RGB 188 122 88 -
CMYK 0 0.35 0.53 0.26
HSL 20.4º 0.43% 0.54% -
HSV(B) 20.4º 0.53% 0.74% -
XYZ 29.46 25.32 12.57 -
YUV 137.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 188 122 88 0 0.35 0.53 0.26 20.4 0.43 0.54
Hex BC 7A 58 0 23 35 1A 14 2B 36
Octal 274 172 130 0 43 65 32 24 53 66
Binary 10111100 1111010 1011000 0 100011 110101 11010 10100 101011 110110

Color Harmonies of #BC7A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A58

Black with #BC7A58

Text Example


Text Example

White with #BC7A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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