Html Css Color HEX #BB7359 Japonica

📋 copy color: '#BB7359'

red 187 ◦ green 115 ◦ blue 89

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

Shades of Japonica #BB7359

Tints of Japonica #BB7359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.76%

R = 47.83%
G = 29.41%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB7359 (or 0xBB7359) is known color: Japonica. HEX triplet: BB, 73 and 59. RGB value is (187,115,89). Sum of RGB (Red+Green+Blue) = 187+115+89=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7359 is #448CA6. Grayscale: #858585. Windows color (decimal): -4492455 or 5862331. OLE color: 5862331.

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

Color convert

RGB 187 115 89 -
CMYK 0 0.39 0.52 0.27
HSL 15.92º 0.42% 0.54% -
HSV(B) 15.92º 0.52% 0.73% -
XYZ 28.43 23.55 12.5 -
YUV 133.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 187 115 89 0 0.39 0.52 0.27 15.92 0.42 0.54
Hex BB 73 59 0 27 34 1B 10 2A 36
Octal 273 163 131 0 47 64 33 20 52 66
Binary 10111011 1110011 1011001 0 100111 110100 11011 10000 101010 110110

Color Harmonies of #BB7359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7359

Black with #BB7359

Text Example


Text Example

White with #BB7359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7359; }

 p { color: rgb(187,115,89); }

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

background-color css

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

 a { background-color: rgb(187,115,89); }

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

border-color css

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

 span { border-color: rgb(187,115,89); }

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