Html Css Color HEX #BB7558 Japonica

📋 copy color: '#BB7558'

red 187 ◦ green 117 ◦ blue 88

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

Shades of Japonica #BB7558

Tints of Japonica #BB7558

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

 BLUE value IS 88 (34.77% from 255) = 22.45%

R = 47.7%
G = 29.85%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB7558 (or 0xBB7558) is known color: Japonica. HEX triplet: BB, 75 and 58. RGB value is (187,117,88). Sum of RGB (Red+Green+Blue) = 187+117+88=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7558 is #448AA7. Grayscale: #868686. Windows color (decimal): -4491944 or 5797307. OLE color: 5797307.

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

Color convert

RGB 187 117 88 -
CMYK 0 0.37 0.53 0.27
HSL 17.58º 0.42% 0.54% -
HSV(B) 17.58º 0.53% 0.73% -
XYZ 28.62 23.99 12.36 -
YUV 134.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 187 117 88 0 0.37 0.53 0.27 17.58 0.42 0.54
Hex BB 75 58 0 25 35 1B 12 2A 36
Octal 273 165 130 0 45 65 33 22 52 66
Binary 10111011 1110101 1011000 0 100101 110101 11011 10010 101010 110110

Color Harmonies of #BB7558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7558

Black with #BB7558

Text Example


Text Example

White with #BB7558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7558; }

 p { color: rgb(187,117,88); }

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

background-color css

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

 a { background-color: rgb(187,117,88); }

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

border-color css

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

 span { border-color: rgb(187,117,88); }

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