Html Css Color HEX #BB7A5E Japonica

📋 copy color: '#BB7A5E'

red 187 ◦ green 122 ◦ blue 94

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

Shades of Japonica #BB7A5E

Tints of Japonica #BB7A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.27%

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

R = 46.4%
G = 30.27%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB7A5E (or 0xBB7A5E) is known color: Japonica. HEX triplet: BB, 7A and 5E. RGB value is (187,122,94). Sum of RGB (Red+Green+Blue) = 187+122+94=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A5E is #4485A1. Grayscale: #8A8A8A. Windows color (decimal): -4490658 or 6191803. OLE color: 6191803.

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

Color convert

RGB 187 122 94 -
CMYK 0 0.35 0.50 0.27
HSL 18.06º 0.41% 0.55% -
HSV(B) 18.06º 0.5% 0.73% -
XYZ 29.47 25.29 13.92 -
YUV 138.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 187 122 94 0 0.35 0.50 0.27 18.06 0.41 0.55
Hex BB 7A 5E 0 23 32 1B 12 29 37
Octal 273 172 136 0 43 62 33 22 51 67
Binary 10111011 1111010 1011110 0 100011 110010 11011 10010 101001 110111

Color Harmonies of #BB7A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A5E

Black with #BB7A5E

Text Example


Text Example

White with #BB7A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A5E; }

 p { color: rgb(187,122,94); }

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

background-color css

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

 a { background-color: rgb(187,122,94); }

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

border-color css

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

 span { border-color: rgb(187,122,94); }

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