Html Css Color HEX #BC7B5A Japonica

📋 copy color: '#BC7B5A'

red 188 ◦ green 123 ◦ blue 90

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

Shades of Japonica #BC7B5A

Tints of Japonica #BC7B5A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

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

R = 46.88%
G = 30.67%
B = 22.44%

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

#BC7B5A (or 0xBC7B5A) is known color: Japonica. HEX triplet: BC, 7B and 5A. RGB value is (188,123,90). Sum of RGB (Red+Green+Blue) = 188+123+90=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B5A is #4384A5. Grayscale: #8A8A8A. Windows color (decimal): -4424870 or 5929916. OLE color: 5929916.

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

Color convert

RGB 188 123 90 -
CMYK 0 0.35 0.52 0.26
HSL 20.2º 0.42% 0.55% -
HSV(B) 20.2º 0.52% 0.74% -
XYZ 29.67 25.6 13.05 -
YUV 138.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 188 123 90 0 0.35 0.52 0.26 20.2 0.42 0.55
Hex BC 7B 5A 0 23 34 1A 14 2A 37
Octal 274 173 132 0 43 64 32 24 52 67
Binary 10111100 1111011 1011010 0 100011 110100 11010 10100 101010 110111

Color Harmonies of #BC7B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B5A

Black with #BC7B5A

Text Example


Text Example

White with #BC7B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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