Html Css Color HEX #BB7B5A Japonica

📋 copy color: '#BB7B5A'

red 187 ◦ green 123 ◦ blue 90

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

Shades of Japonica #BB7B5A

Tints of Japonica #BB7B5A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.75%

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

R = 46.75%
G = 30.75%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB7B5A (or 0xBB7B5A) is known color: Japonica. HEX triplet: BB, 7B and 5A. RGB value is (187,123,90). Sum of RGB (Red+Green+Blue) = 187+123+90=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B5A is #4484A5. Grayscale: #8A8A8A. Windows color (decimal): -4490406 or 5929915. OLE color: 5929915.

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

Color convert

RGB 187 123 90 -
CMYK 0 0.34 0.52 0.27
HSL 20.41º 0.42% 0.54% -
HSV(B) 20.41º 0.52% 0.73% -
XYZ 29.42 25.47 13.04 -
YUV 138.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 187 123 90 0 0.34 0.52 0.27 20.41 0.42 0.54
Hex BB 7B 5A 0 22 34 1B 14 2A 36
Octal 273 173 132 0 42 64 33 24 52 66
Binary 10111011 1111011 1011010 0 100010 110100 11011 10100 101010 110110

Color Harmonies of #BB7B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B5A

Black with #BB7B5A

Text Example


Text Example

White with #BB7B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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