Html Css Color HEX #B48656 Teak

📋 copy color: '#B48656'

red 180 ◦ green 134 ◦ blue 86

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

Shades of Teak #B48656

Tints of Teak #B48656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.5%

R = 45%
G = 33.5%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B48656 (or 0xB48656) is known color: Teak. HEX triplet: B4, 86 and 56. RGB value is (180,134,86). Sum of RGB (Red+Green+Blue) = 180+134+86=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B48656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48656 is #4B79A9. Grayscale: #8E8E8E. Windows color (decimal): -4946346 or 5670580. OLE color: 5670580.

HSL color Cylindrical-coordinate representation of color #B48656: hue angle of 30.64º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B48656 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 134 86 -
CMYK 0 0.26 0.52 0.29
HSL 30.64º 0.39% 0.52% -
HSV(B) 30.64º 0.52% 0.71% -
XYZ 29.03 27.43 12.57 -
YUV 142.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 180 134 86 0 0.26 0.52 0.29 30.64 0.39 0.52
Hex B4 86 56 0 1A 34 1D 1F 27 34
Octal 264 206 126 0 32 64 35 37 47 64
Binary 10110100 10000110 1010110 0 11010 110100 11101 11111 100111 110100

Color Harmonies of #B48656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48656

Black with #B48656

Text Example


Text Example

White with #B48656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48656; }

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

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

background-color css

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

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

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

border-color css

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

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

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