Html Css Color HEX #B8815F Medium Wood

📋 copy color: '#B8815F'

red 184 ◦ green 129 ◦ blue 95

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

Shades of Medium Wood #B8815F

Tints of Medium Wood #B8815F

RGB

 RED value IS 184 (72.27% from 255) = 45.1%

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

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

R = 45.1%
G = 31.62%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B8815F (or 0xB8815F) is known color: Medium Wood. HEX triplet: B8, 81 and 5F. RGB value is (184,129,95). Sum of RGB (Red+Green+Blue) = 184+129+95=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8815F is #477EA0. Grayscale: #8D8D8D. Windows color (decimal): -4685473 or 6259128. OLE color: 6259128.

HSL color Cylindrical-coordinate representation of color #B8815F: hue angle of 22.92º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8815F is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 129 95 -
CMYK 0 0.30 0.48 0.28
HSL 22.92º 0.39% 0.55% -
HSV(B) 22.92º 0.48% 0.72% -
XYZ 29.68 26.72 14.42 -
YUV 141.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 184 129 95 0 0.30 0.48 0.28 22.92 0.39 0.55
Hex B8 81 5F 0 1E 30 1C 17 27 37
Octal 270 201 137 0 36 60 34 27 47 67
Binary 10111000 10000001 1011111 0 11110 110000 11100 10111 100111 110111

Color Harmonies of #B8815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8815F

Black with #B8815F

Text Example


Text Example

White with #B8815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8815F; }

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

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

background-color css

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

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

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

border-color css

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

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

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