Html Css Color HEX #B48B4F Teak

📋 copy color: '#B48B4F'

red 180 ◦ green 139 ◦ blue 79

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

Shades of Teak #B48B4F

Tints of Teak #B48B4F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.92%

 BLUE value IS 79 (31.25% from 255) = 19.85%

R = 45.23%
G = 34.92%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B48B4F (or 0xB48B4F) is known color: Teak. HEX triplet: B4, 8B and 4F. RGB value is (180,139,79). Sum of RGB (Red+Green+Blue) = 180+139+79=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B4F is #4B74B0. Grayscale: #909090. Windows color (decimal): -4945073 or 5213108. OLE color: 5213108.

HSL color Cylindrical-coordinate representation of color #B48B4F: hue angle of 35.64º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B48B4F is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 139 79 -
CMYK 0 0.23 0.56 0.29
HSL 35.64º 0.4% 0.51% -
HSV(B) 35.64º 0.56% 0.71% -
XYZ 29.47 28.73 11.39 -
YUV 144.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 180 139 79 0 0.23 0.56 0.29 35.64 0.4 0.51
Hex B4 8B 4F 0 17 38 1D 24 28 33
Octal 264 213 117 0 27 70 35 44 50 63
Binary 10110100 10001011 1001111 0 10111 111000 11101 100100 101000 110011

Color Harmonies of #B48B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48B4F

Black with #B48B4F

Text Example


Text Example

White with #B48B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48B4F; }

 p { color: rgb(180,139,79); }

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

background-color css

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

 a { background-color: rgb(180,139,79); }

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

border-color css

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

 span { border-color: rgb(180,139,79); }

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