Html Css Color HEX #BB7B5B Japonica

📋 copy color: '#BB7B5B'

red 187 ◦ green 123 ◦ blue 91

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

Shades of Japonica #BB7B5B

Tints of Japonica #BB7B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

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

R = 46.63%
G = 30.67%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB7B5B (or 0xBB7B5B) is known color: Japonica. HEX triplet: BB, 7B and 5B. RGB value is (187,123,91). Sum of RGB (Red+Green+Blue) = 187+123+91=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B5B is #4484A4. Grayscale: #8A8A8A. Windows color (decimal): -4490405 or 5995451. OLE color: 5995451.

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

Color convert

RGB 187 123 91 -
CMYK 0 0.34 0.51 0.27
HSL 20º 0.41% 0.55% -
HSV(B) 20º 0.51% 0.73% -
XYZ 29.46 25.49 13.26 -
YUV 138.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 187 123 91 0 0.34 0.51 0.27 20 0.41 0.55
Hex BB 7B 5B 0 22 33 1B 14 29 37
Octal 273 173 133 0 42 63 33 24 51 67
Binary 10111011 1111011 1011011 0 100010 110011 11011 10100 101001 110111

Color Harmonies of #BB7B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B5B

Black with #BB7B5B

Text Example


Text Example

White with #BB7B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B5B; }

 p { color: rgb(187,123,91); }

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

background-color css

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

 a { background-color: rgb(187,123,91); }

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

border-color css

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

 span { border-color: rgb(187,123,91); }

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