Html Css Color HEX #BA765C Japonica

📋 copy color: '#BA765C'

red 186 ◦ green 118 ◦ blue 92

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

Shades of Japonica #BA765C

Tints of Japonica #BA765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

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

R = 46.97%
G = 29.8%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA765C (or 0xBA765C) is known color: Japonica. HEX triplet: BA, 76 and 5C. RGB value is (186,118,92). Sum of RGB (Red+Green+Blue) = 186+118+92=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA765C is #4589A3. Grayscale: #878787. Windows color (decimal): -4557220 or 6059706. OLE color: 6059706.

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

Color convert

RGB 186 118 92 -
CMYK 0 0.37 0.51 0.27
HSL 16.6º 0.41% 0.55% -
HSV(B) 16.6º 0.51% 0.73% -
XYZ 28.66 24.17 13.28 -
YUV 135.37 103.53 164.11 -
System Red Green Blue C M Y K H S L
Decimal 186 118 92 0 0.37 0.51 0.27 16.6 0.41 0.55
Hex BA 76 5C 0 25 33 1B 11 29 37
Octal 272 166 134 0 45 63 33 21 51 67
Binary 10111010 1110110 1011100 0 100101 110011 11011 10001 101001 110111

Color Harmonies of #BA765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA765C

Black with #BA765C

Text Example


Text Example

White with #BA765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA765C; }

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

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

background-color css

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

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

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

border-color css

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

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

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