Html Css Color HEX #BB755D Japonica

📋 copy color: '#BB755D'

red 187 ◦ green 117 ◦ blue 93

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

Shades of Japonica #BB755D

Tints of Japonica #BB755D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.43%

R = 47.1%
G = 29.47%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB755D (or 0xBB755D) is known color: Japonica. HEX triplet: BB, 75 and 5D. RGB value is (187,117,93). Sum of RGB (Red+Green+Blue) = 187+117+93=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB755D is #448AA2. Grayscale: #878787. Windows color (decimal): -4491939 or 6124987. OLE color: 6124987.

HSL color Cylindrical-coordinate representation of color #BB755D: hue angle of 15.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB755D is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 117 93 -
CMYK 0 0.37 0.50 0.27
HSL 15.32º 0.41% 0.55% -
HSV(B) 15.32º 0.5% 0.73% -
XYZ 28.83 24.08 13.48 -
YUV 135.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 187 117 93 0 0.37 0.50 0.27 15.32 0.41 0.55
Hex BB 75 5D 0 25 32 1B F 29 37
Octal 273 165 135 0 45 62 33 17 51 67
Binary 10111011 1110101 1011101 0 100101 110010 11011 1111 101001 110111

Color Harmonies of #BB755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB755D

Black with #BB755D

Text Example


Text Example

White with #BB755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB755D; }

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

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

background-color css

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

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

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

border-color css

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

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

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