#BB6F58

Color #BB6F58 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #BB6F58

Tints of Japonica #BB6F58

Color information

#BB6F58 (or 0xBB6F58) is unknown color: approx Japonica. HEX triplet: BB, 6F and 58. RGB value is (187,111,88). Sum of RGB (Red+Green+Blue) = 187+111+88=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6F58 is #4490A7. Grayscale: #838383. Windows color (decimal): -4493480 or 5795771. OLE color: 5795771.

HSL color Cylindrical-coordinate representation of color #BB6F58: hue angle of 13.94º 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 #BB6F58 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18711188-
CMYK00.410.530.27
HSL13.94º42.13%53.92%-
HSV(B)13.94º52.94%73.33%-
XYZ27.9422.6412.13-
YUV131.1103.68167.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 111 (43.75% from 255) = 28.76%
BLUE value IS 88 (34.77% from 255) = 22.80%
R=48.45%
G=28.76%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871118800.410.530.2713.9442.1353.92
HexBB6F58029351Be2a36
Octal2731571300516533165266
Binary10111011110111110110000101001110101110111110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6F58; }

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

 H1.HeaderClassName
 {
   color: #BB6F58;
 }
 .AnyTagClassName
 {
   color: #BB6F58;
 }
</style>
background-color css

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

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

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

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

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

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