Html Css Color HEX #BB765D Japonica

📋 copy color: '#BB765D'

red 187 ◦ green 118 ◦ blue 93

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

Shades of Japonica #BB765D

Tints of Japonica #BB765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.65%

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

R = 46.98%
G = 29.65%
B = 23.37%

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

#BB765D (or 0xBB765D) is known color: Japonica. HEX triplet: BB, 76 and 5D. RGB value is (187,118,93). Sum of RGB (Red+Green+Blue) = 187+118+93=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB765D is #4489A2. Grayscale: #878787. Windows color (decimal): -4491683 or 6125243. OLE color: 6125243.

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

Color convert

RGB 187 118 93 -
CMYK 0 0.37 0.50 0.27
HSL 15.96º 0.41% 0.55% -
HSV(B) 15.96º 0.5% 0.73% -
XYZ 28.95 24.31 13.52 -
YUV 135.78 103.86 164.53 -
System Red Green Blue C M Y K H S L
Decimal 187 118 93 0 0.37 0.50 0.27 15.96 0.41 0.55
Hex BB 76 5D 0 25 32 1B 10 29 37
Octal 273 166 135 0 45 62 33 20 51 67
Binary 10111011 1110110 1011101 0 100101 110010 11011 10000 101001 110111

Color Harmonies of #BB765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB765D

Black with #BB765D

Text Example


Text Example

White with #BB765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB765D; }

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

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

background-color css

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

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

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

border-color css

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

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

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