Html Css Color HEX #B4865B Teak

📋 copy color: '#B4865B'

red 180 ◦ green 134 ◦ blue 91

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

Shades of Teak #B4865B

Tints of Teak #B4865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.09%

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

R = 44.44%
G = 33.09%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4865B (or 0xB4865B) is known color: Teak. HEX triplet: B4, 86 and 5B. RGB value is (180,134,91). Sum of RGB (Red+Green+Blue) = 180+134+91=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4865B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4865B is #4B79A4. Grayscale: #8F8F8F. Windows color (decimal): -4946341 or 5998260. OLE color: 5998260.

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

Color convert

RGB 180 134 91 -
CMYK 0 0.26 0.49 0.29
HSL 28.99º 0.37% 0.53% -
HSV(B) 28.99º 0.49% 0.71% -
XYZ 29.24 27.51 13.67 -
YUV 142.85 98.74 154.5 -
System Red Green Blue C M Y K H S L
Decimal 180 134 91 0 0.26 0.49 0.29 28.99 0.37 0.53
Hex B4 86 5B 0 1A 31 1D 1D 25 35
Octal 264 206 133 0 32 61 35 35 45 65
Binary 10110100 10000110 1011011 0 11010 110001 11101 11101 100101 110101

Color Harmonies of #B4865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4865B

Black with #B4865B

Text Example


Text Example

White with #B4865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4865B; }

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

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

background-color css

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

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

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

border-color css

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

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

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