Html Css Color HEX #BB8564 Medium Wood

📋 copy color: '#BB8564'

red 187 ◦ green 133 ◦ blue 100

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

Shades of Medium Wood #BB8564

Tints of Medium Wood #BB8564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.67%

 BLUE value IS 100 (39.45% from 255) = 23.81%

R = 44.52%
G = 31.67%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB8564 (or 0xBB8564) is known color: Medium Wood. HEX triplet: BB, 85 and 64. RGB value is (187,133,100). Sum of RGB (Red+Green+Blue) = 187+133+100=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8564 is #447A9B. Grayscale: #919191. Windows color (decimal): -4487836 or 6587835. OLE color: 6587835.

HSL color Cylindrical-coordinate representation of color #BB8564: hue angle of 22.76º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB8564 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 133 100 -
CMYK 0 0.29 0.47 0.27
HSL 22.76º 0.39% 0.56% -
HSV(B) 22.76º 0.47% 0.73% -
XYZ 31.18 28.26 15.87 -
YUV 145.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 187 133 100 0 0.29 0.47 0.27 22.76 0.39 0.56
Hex BB 85 64 0 1D 2F 1B 17 27 38
Octal 273 205 144 0 35 57 33 27 47 70
Binary 10111011 10000101 1100100 0 11101 101111 11011 10111 100111 111000

Color Harmonies of #BB8564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8564

Black with #BB8564

Text Example


Text Example

White with #BB8564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8564; }

 p { color: rgb(187,133,100); }

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

background-color css

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

 a { background-color: rgb(187,133,100); }

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

border-color css

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

 span { border-color: rgb(187,133,100); }

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