Html Css Color HEX #B9745B Japonica

📋 copy color: '#B9745B'

red 185 ◦ green 116 ◦ blue 91

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

Shades of Japonica #B9745B

Tints of Japonica #B9745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.59%

 BLUE value IS 91 (35.94% from 255) = 23.21%

R = 47.19%
G = 29.59%
B = 23.21%

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

#B9745B (or 0xB9745B) is known color: Japonica. HEX triplet: B9, 74 and 5B. RGB value is (185,116,91). Sum of RGB (Red+Green+Blue) = 185+116+91=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9745B is #468BA4. Grayscale: #858585. Windows color (decimal): -4623269 or 5993657. OLE color: 5993657.

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

Color convert

RGB 185 116 91 -
CMYK 0 0.37 0.51 0.27
HSL 15.96º 0.4% 0.54% -
HSV(B) 15.96º 0.51% 0.73% -
XYZ 28.14 23.56 12.96 -
YUV 133.78 103.86 164.53 -
System Red Green Blue C M Y K H S L
Decimal 185 116 91 0 0.37 0.51 0.27 15.96 0.4 0.54
Hex B9 74 5B 0 25 33 1B 10 28 36
Octal 271 164 133 0 45 63 33 20 50 66
Binary 10111001 1110100 1011011 0 100101 110011 11011 10000 101000 110110

Color Harmonies of #B9745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9745B

Black with #B9745B

Text Example


Text Example

White with #B9745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9745B; }

 p { color: rgb(185,116,91); }

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

background-color css

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

 a { background-color: rgb(185,116,91); }

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

border-color css

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

 span { border-color: rgb(185,116,91); }

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