Html Css Color HEX #B4815B Medium Wood

📋 copy color: '#B4815B'

red 180 ◦ green 129 ◦ blue 91

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

Shades of Medium Wood #B4815B

Tints of Medium Wood #B4815B

RGB

 RED value IS 180 (70.7% from 255) = 45%

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

 BLUE value IS 91 (35.94% from 255) = 22.75%

R = 45%
G = 32.25%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4815B (or 0xB4815B) is known color: Medium Wood. HEX triplet: B4, 81 and 5B. RGB value is (180,129,91). Sum of RGB (Red+Green+Blue) = 180+129+91=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4815B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4815B is #4B7EA4. Grayscale: #8C8C8C. Windows color (decimal): -4947621 or 5996980. OLE color: 5996980.

HSL color Cylindrical-coordinate representation of color #B4815B: hue angle of 25.62º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4815B is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 129 91 -
CMYK 0 0.28 0.49 0.29
HSL 25.62º 0.37% 0.53% -
HSV(B) 25.62º 0.49% 0.71% -
XYZ 28.56 26.16 13.44 -
YUV 139.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 180 129 91 0 0.28 0.49 0.29 25.62 0.37 0.53
Hex B4 81 5B 0 1C 31 1D 1A 25 35
Octal 264 201 133 0 34 61 35 32 45 65
Binary 10110100 10000001 1011011 0 11100 110001 11101 11010 100101 110101

Color Harmonies of #B4815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4815B

Black with #B4815B

Text Example


Text Example

White with #B4815B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4815B; }

 p { color: rgb(180,129,91); }

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

background-color css

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

 a { background-color: rgb(180,129,91); }

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

border-color css

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

 span { border-color: rgb(180,129,91); }

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