Html Css Color HEX #B9735B Japonica

📋 copy color: '#B9735B'

red 185 ◦ green 115 ◦ blue 91

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

Shades of Japonica #B9735B

Tints of Japonica #B9735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.41%

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

R = 47.31%
G = 29.41%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9735B (or 0xB9735B) is known color: Japonica. HEX triplet: B9, 73 and 5B. RGB value is (185,115,91). Sum of RGB (Red+Green+Blue) = 185+115+91=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9735B is #468CA4. Grayscale: #858585. Windows color (decimal): -4623525 or 5993401. OLE color: 5993401.

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

Color convert

RGB 185 115 91 -
CMYK 0 0.38 0.51 0.27
HSL 15.32º 0.4% 0.54% -
HSV(B) 15.32º 0.51% 0.73% -
XYZ 28.03 23.33 12.92 -
YUV 133.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 185 115 91 0 0.38 0.51 0.27 15.32 0.4 0.54
Hex B9 73 5B 0 26 33 1B F 28 36
Octal 271 163 133 0 46 63 33 17 50 66
Binary 10111001 1110011 1011011 0 100110 110011 11011 1111 101000 110110

Color Harmonies of #B9735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9735B

Black with #B9735B

Text Example


Text Example

White with #B9735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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