Html Css Color HEX #BA775C Japonica

📋 copy color: '#BA775C'

red 186 ◦ green 119 ◦ blue 92

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

Shades of Japonica #BA775C

Tints of Japonica #BA775C

RGB

 RED value IS 186 (73.05% from 255) = 46.85%

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

 BLUE value IS 92 (36.33% from 255) = 23.17%

R = 46.85%
G = 29.97%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA775C (or 0xBA775C) is known color: Japonica. HEX triplet: BA, 77 and 5C. RGB value is (186,119,92). Sum of RGB (Red+Green+Blue) = 186+119+92=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA775C is #4588A3. Grayscale: #888888. Windows color (decimal): -4556964 or 6059962. OLE color: 6059962.

HSL color Cylindrical-coordinate representation of color #BA775C: hue angle of 17.23º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA775C is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 119 92 -
CMYK 0 0.36 0.51 0.27
HSL 17.23º 0.41% 0.55% -
HSV(B) 17.23º 0.51% 0.73% -
XYZ 28.78 24.41 13.32 -
YUV 135.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 186 119 92 0 0.36 0.51 0.27 17.23 0.41 0.55
Hex BA 77 5C 0 24 33 1B 11 29 37
Octal 272 167 134 0 44 63 33 21 51 67
Binary 10111010 1110111 1011100 0 100100 110011 11011 10001 101001 110111

Color Harmonies of #BA775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA775C

Black with #BA775C

Text Example


Text Example

White with #BA775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA775C; }

 p { color: rgb(186,119,92); }

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

background-color css

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

 a { background-color: rgb(186,119,92); }

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

border-color css

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

 span { border-color: rgb(186,119,92); }

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