Html Css Color HEX #BC775A Japonica

📋 copy color: '#BC775A'

red 188 ◦ green 119 ◦ blue 90

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

Shades of Japonica #BC775A

Tints of Japonica #BC775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.97%

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

R = 47.36%
G = 29.97%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC775A (or 0xBC775A) is known color: Japonica. HEX triplet: BC, 77 and 5A. RGB value is (188,119,90). Sum of RGB (Red+Green+Blue) = 188+119+90=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC775A is #4388A5. Grayscale: #888888. Windows color (decimal): -4425894 or 5928892. OLE color: 5928892.

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

Color convert

RGB 188 119 90 -
CMYK 0 0.37 0.52 0.26
HSL 17.76º 0.42% 0.55% -
HSV(B) 17.76º 0.52% 0.74% -
XYZ 29.18 24.62 12.89 -
YUV 136.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 188 119 90 0 0.37 0.52 0.26 17.76 0.42 0.55
Hex BC 77 5A 0 25 34 1A 12 2A 37
Octal 274 167 132 0 45 64 32 22 52 67
Binary 10111100 1110111 1011010 0 100101 110100 11010 10010 101010 110111

Color Harmonies of #BC775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC775A

Black with #BC775A

Text Example


Text Example

White with #BC775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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