Html Css Color HEX #BB795F Japonica

📋 copy color: '#BB795F'

red 187 ◦ green 121 ◦ blue 95

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

Shades of Japonica #BB795F

Tints of Japonica #BB795F

RGB

 RED value IS 187 (73.44% from 255) = 46.4%

 GREEN value IS 121 (47.66% from 255) = 30.02%

 BLUE value IS 95 (37.5% from 255) = 23.57%

R = 46.4%
G = 30.02%
B = 23.57%

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

#BB795F (or 0xBB795F) is known color: Japonica. HEX triplet: BB, 79 and 5F. RGB value is (187,121,95). Sum of RGB (Red+Green+Blue) = 187+121+95=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB795F is #4486A0. Grayscale: #898989. Windows color (decimal): -4490913 or 6257083. OLE color: 6257083.

HSL color Cylindrical-coordinate representation of color #BB795F: hue angle of 16.96º degrees, saturation: 0.4, 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 #BB795F is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 121 95 -
CMYK 0 0.35 0.49 0.27
HSL 16.96º 0.4% 0.55% -
HSV(B) 16.96º 0.49% 0.73% -
XYZ 29.4 25.07 14.12 -
YUV 137.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 187 121 95 0 0.35 0.49 0.27 16.96 0.4 0.55
Hex BB 79 5F 0 23 31 1B 11 28 37
Octal 273 171 137 0 43 61 33 21 50 67
Binary 10111011 1111001 1011111 0 100011 110001 11011 10001 101000 110111

Color Harmonies of #BB795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB795F

Black with #BB795F

Text Example


Text Example

White with #BB795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB795F; }

 p { color: rgb(187,121,95); }

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

background-color css

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

 a { background-color: rgb(187,121,95); }

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

border-color css

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

 span { border-color: rgb(187,121,95); }

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