Html Css Color HEX #BB785B Japonica

📋 copy color: '#BB785B'

red 187 ◦ green 120 ◦ blue 91

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

Shades of Japonica #BB785B

Tints of Japonica #BB785B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.15%

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

R = 46.98%
G = 30.15%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB785B (or 0xBB785B) is known color: Japonica. HEX triplet: BB, 78 and 5B. RGB value is (187,120,91). Sum of RGB (Red+Green+Blue) = 187+120+91=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB785B is #4487A4. Grayscale: #888888. Windows color (decimal): -4491173 or 5994683. OLE color: 5994683.

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

Color convert

RGB 187 120 91 -
CMYK 0 0.36 0.51 0.27
HSL 18.13º 0.41% 0.55% -
HSV(B) 18.13º 0.51% 0.73% -
XYZ 29.1 24.75 13.14 -
YUV 136.73 102.2 163.86 -
System Red Green Blue C M Y K H S L
Decimal 187 120 91 0 0.36 0.51 0.27 18.13 0.41 0.55
Hex BB 78 5B 0 24 33 1B 12 29 37
Octal 273 170 133 0 44 63 33 22 51 67
Binary 10111011 1111000 1011011 0 100100 110011 11011 10010 101001 110111

Color Harmonies of #BB785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB785B

Black with #BB785B

Text Example


Text Example

White with #BB785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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