Html Css Color HEX #BB715B Japonica

📋 copy color: '#BB715B'

red 187 ◦ green 113 ◦ blue 91

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

Shades of Japonica #BB715B

Tints of Japonica #BB715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

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

R = 47.83%
G = 28.9%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB715B (or 0xBB715B) is known color: Japonica. HEX triplet: BB, 71 and 5B. RGB value is (187,113,91). Sum of RGB (Red+Green+Blue) = 187+113+91=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB715B is #448EA4. Grayscale: #848484. Windows color (decimal): -4492965 or 5992891. OLE color: 5992891.

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

Color convert

RGB 187 113 91 -
CMYK 0 0.40 0.51 0.27
HSL 13.75º 0.41% 0.55% -
HSV(B) 13.75º 0.51% 0.73% -
XYZ 28.29 23.13 12.87 -
YUV 132.62 104.52 166.79 -
System Red Green Blue C M Y K H S L
Decimal 187 113 91 0 0.40 0.51 0.27 13.75 0.41 0.55
Hex BB 71 5B 0 28 33 1B E 29 37
Octal 273 161 133 0 50 63 33 16 51 67
Binary 10111011 1110001 1011011 0 101000 110011 11011 1110 101001 110111

Color Harmonies of #BB715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB715B

Black with #BB715B

Text Example


Text Example

White with #BB715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB715B; }

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

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

background-color css

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

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

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

border-color css

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

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

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