Html Css Color HEX #BB745A Japonica

📋 copy color: '#BB745A'

red 187 ◦ green 116 ◦ blue 90

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

Shades of Japonica #BB745A

Tints of Japonica #BB745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.52%

 BLUE value IS 90 (35.55% from 255) = 22.9%

R = 47.58%
G = 29.52%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB745A (or 0xBB745A) is known color: Japonica. HEX triplet: BB, 74 and 5A. RGB value is (187,116,90). Sum of RGB (Red+Green+Blue) = 187+116+90=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB745A is #448BA5. Grayscale: #868686. Windows color (decimal): -4492198 or 5928123. OLE color: 5928123.

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

Color convert

RGB 187 116 90 -
CMYK 0 0.38 0.52 0.27
HSL 16.08º 0.42% 0.54% -
HSV(B) 16.08º 0.52% 0.73% -
XYZ 28.58 23.79 12.76 -
YUV 134.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 187 116 90 0 0.38 0.52 0.27 16.08 0.42 0.54
Hex BB 74 5A 0 26 34 1B 10 2A 36
Octal 273 164 132 0 46 64 33 20 52 66
Binary 10111011 1110100 1011010 0 100110 110100 11011 10000 101010 110110

Color Harmonies of #BB745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB745A

Black with #BB745A

Text Example


Text Example

White with #BB745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB745A; }

 p { color: rgb(187,116,90); }

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

background-color css

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

 a { background-color: rgb(187,116,90); }

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

border-color css

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

 span { border-color: rgb(187,116,90); }

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