Html Css Color HEX #BB8360 Medium Wood

📋 copy color: '#BB8360'

red 187 ◦ green 131 ◦ blue 96

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

Shades of Medium Wood #BB8360

Tints of Medium Wood #BB8360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.64%

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 45.17%
G = 31.64%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB8360 (or 0xBB8360) is known color: Medium Wood. HEX triplet: BB, 83 and 60. RGB value is (187,131,96). Sum of RGB (Red+Green+Blue) = 187+131+96=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8360 is #447C9F. Grayscale: #8F8F8F. Windows color (decimal): -4488352 or 6325179. OLE color: 6325179.

HSL color Cylindrical-coordinate representation of color #BB8360: hue angle of 23.08º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB8360 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 96 -
CMYK 0 0.30 0.49 0.27
HSL 23.08º 0.4% 0.55% -
HSV(B) 23.08º 0.49% 0.73% -
XYZ 30.72 27.64 14.78 -
YUV 143.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 187 131 96 0 0.30 0.49 0.27 23.08 0.4 0.55
Hex BB 83 60 0 1E 31 1B 17 28 37
Octal 273 203 140 0 36 61 33 27 50 67
Binary 10111011 10000011 1100000 0 11110 110001 11011 10111 101000 110111

Color Harmonies of #BB8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8360

Black with #BB8360

Text Example


Text Example

White with #BB8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8360; }

 p { color: rgb(187,131,96); }

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

background-color css

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

 a { background-color: rgb(187,131,96); }

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

border-color css

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

 span { border-color: rgb(187,131,96); }

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