Html Css Color HEX #B48C4D Teak

📋 copy color: '#B48C4D'

red 180 ◦ green 140 ◦ blue 77

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

Shades of Teak #B48C4D

Tints of Teak #B48C4D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.26%

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 45.34%
G = 35.26%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B48C4D (or 0xB48C4D) is known color: Teak. HEX triplet: B4, 8C and 4D. RGB value is (180,140,77). Sum of RGB (Red+Green+Blue) = 180+140+77=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C4D is #4B73B2. Grayscale: #919191. Windows color (decimal): -4944819 or 5082292. OLE color: 5082292.

HSL color Cylindrical-coordinate representation of color #B48C4D: hue angle of 36.7º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B48C4D is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 140 77 -
CMYK 0 0.22 0.57 0.29
HSL 36.7º 0.41% 0.5% -
HSV(B) 36.7º 0.57% 0.71% -
XYZ 29.54 29 11.06 -
YUV 144.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 180 140 77 0 0.22 0.57 0.29 36.7 0.41 0.5
Hex B4 8C 4D 0 16 39 1D 25 29 32
Octal 264 214 115 0 26 71 35 45 51 62
Binary 10110100 10001100 1001101 0 10110 111001 11101 100101 101001 110010

Color Harmonies of #B48C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C4D

Black with #B48C4D

Text Example


Text Example

White with #B48C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C4D; }

 p { color: rgb(180,140,77); }

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

background-color css

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

 a { background-color: rgb(180,140,77); }

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

border-color css

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

 span { border-color: rgb(180,140,77); }

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