Html Css Color HEX #BB755A Japonica

📋 copy color: '#BB755A'

red 187 ◦ green 117 ◦ blue 90

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

Shades of Japonica #BB755A

Tints of Japonica #BB755A

RGB

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

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

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

R = 47.46%
G = 29.7%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB755A (or 0xBB755A) is known color: Japonica. HEX triplet: BB, 75 and 5A. RGB value is (187,117,90). Sum of RGB (Red+Green+Blue) = 187+117+90=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB755A is #448AA5. Grayscale: #878787. Windows color (decimal): -4491942 or 5928379. OLE color: 5928379.

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

Color convert

RGB 187 117 90 -
CMYK 0 0.37 0.52 0.27
HSL 16.7º 0.42% 0.54% -
HSV(B) 16.7º 0.52% 0.73% -
XYZ 28.7 24.03 12.8 -
YUV 134.85 102.69 165.2 -
System Red Green Blue C M Y K H S L
Decimal 187 117 90 0 0.37 0.52 0.27 16.7 0.42 0.54
Hex BB 75 5A 0 25 34 1B 11 2A 36
Octal 273 165 132 0 45 64 33 21 52 66
Binary 10111011 1110101 1011010 0 100101 110100 11011 10001 101010 110110

Color Harmonies of #BB755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB755A

Black with #BB755A

Text Example


Text Example

White with #BB755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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