Html Css Color HEX #BB815F Medium Wood

📋 copy color: '#BB815F'

red 187 ◦ green 129 ◦ blue 95

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

Shades of Medium Wood #BB815F

Tints of Medium Wood #BB815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.39%

 BLUE value IS 95 (37.5% from 255) = 23.11%

R = 45.5%
G = 31.39%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB815F (or 0xBB815F) is known color: Medium Wood. HEX triplet: BB, 81 and 5F. RGB value is (187,129,95). Sum of RGB (Red+Green+Blue) = 187+129+95=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB815F is #447EA0. Grayscale: #8E8E8E. Windows color (decimal): -4488865 or 6259131. OLE color: 6259131.

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

Color convert

RGB 187 129 95 -
CMYK 0 0.31 0.49 0.27
HSL 22.17º 0.4% 0.55% -
HSV(B) 22.17º 0.49% 0.73% -
XYZ 30.41 27.09 14.45 -
YUV 142.47 101.22 159.76 -
System Red Green Blue C M Y K H S L
Decimal 187 129 95 0 0.31 0.49 0.27 22.17 0.4 0.55
Hex BB 81 5F 0 1F 31 1B 16 28 37
Octal 273 201 137 0 37 61 33 26 50 67
Binary 10111011 10000001 1011111 0 11111 110001 11011 10110 101000 110111

Color Harmonies of #BB815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB815F

Black with #BB815F

Text Example


Text Example

White with #BB815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB815F; }

 p { color: rgb(187,129,95); }

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

background-color css

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

 a { background-color: rgb(187,129,95); }

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

border-color css

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

 span { border-color: rgb(187,129,95); }

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