Html Css Color HEX #B48B4D Teak

📋 copy color: '#B48B4D'

red 180 ◦ green 139 ◦ blue 77

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

Shades of Teak #B48B4D

Tints of Teak #B48B4D

RGB

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

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

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

R = 45.45%
G = 35.1%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B48B4D (or 0xB48B4D) is known color: Teak. HEX triplet: B4, 8B and 4D. RGB value is (180,139,77). Sum of RGB (Red+Green+Blue) = 180+139+77=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B4D is #4B74B2. Grayscale: #909090. Windows color (decimal): -4945075 or 5082036. OLE color: 5082036.

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

Color convert

RGB 180 139 77 -
CMYK 0 0.23 0.57 0.29
HSL 36.12º 0.41% 0.5% -
HSV(B) 36.12º 0.57% 0.71% -
XYZ 29.39 28.7 11.01 -
YUV 144.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 180 139 77 0 0.23 0.57 0.29 36.12 0.41 0.5
Hex B4 8B 4D 0 17 39 1D 24 29 32
Octal 264 213 115 0 27 71 35 44 51 62
Binary 10110100 10001011 1001101 0 10111 111001 11101 100100 101001 110010

Color Harmonies of #B48B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48B4D

Black with #B48B4D

Text Example


Text Example

White with #B48B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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