Html Css Color HEX #B9785E Japonica

📋 copy color: '#B9785E'

red 185 ◦ green 120 ◦ blue 94

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

Shades of Japonica #B9785E

Tints of Japonica #B9785E

RGB

 RED value IS 185 (72.66% from 255) = 46.37%

 GREEN value IS 120 (47.27% from 255) = 30.08%

 BLUE value IS 94 (37.11% from 255) = 23.56%

R = 46.37%
G = 30.08%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9785E (or 0xB9785E) is known color: Japonica. HEX triplet: B9, 78 and 5E. RGB value is (185,120,94). Sum of RGB (Red+Green+Blue) = 185+120+94=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9785E is #4687A1. Grayscale: #888888. Windows color (decimal): -4622242 or 6191289. OLE color: 6191289.

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

Color convert

RGB 185 120 94 -
CMYK 0 0.35 0.49 0.27
HSL 17.14º 0.39% 0.55% -
HSV(B) 17.14º 0.49% 0.73% -
XYZ 28.74 24.56 13.81 -
YUV 136.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 185 120 94 0 0.35 0.49 0.27 17.14 0.39 0.55
Hex B9 78 5E 0 23 31 1B 11 27 37
Octal 271 170 136 0 43 61 33 21 47 67
Binary 10111001 1111000 1011110 0 100011 110001 11011 10001 100111 110111

Color Harmonies of #B9785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9785E

Black with #B9785E

Text Example


Text Example

White with #B9785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9785E; }

 p { color: rgb(185,120,94); }

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

background-color css

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

 a { background-color: rgb(185,120,94); }

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

border-color css

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

 span { border-color: rgb(185,120,94); }

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