Html Css Color HEX #B4855A Teak

📋 copy color: '#B4855A'

red 180 ◦ green 133 ◦ blue 90

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

Shades of Teak #B4855A

Tints of Teak #B4855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33%

 BLUE value IS 90 (35.55% from 255) = 22.33%

R = 44.67%
G = 33%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B4855A (or 0xB4855A) is known color: Teak. HEX triplet: B4, 85 and 5A. RGB value is (180,133,90). Sum of RGB (Red+Green+Blue) = 180+133+90=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4855A is #4B7AA5. Grayscale: #8E8E8E. Windows color (decimal): -4946598 or 5932468. OLE color: 5932468.

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

Color convert

RGB 180 133 90 -
CMYK 0 0.26 0.50 0.29
HSL 28.67º 0.38% 0.53% -
HSV(B) 28.67º 0.5% 0.71% -
XYZ 29.06 27.22 13.39 -
YUV 142.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 180 133 90 0 0.26 0.50 0.29 28.67 0.38 0.53
Hex B4 85 5A 0 1A 32 1D 1D 26 35
Octal 264 205 132 0 32 62 35 35 46 65
Binary 10110100 10000101 1011010 0 11010 110010 11101 11101 100110 110101

Color Harmonies of #B4855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4855A

Black with #B4855A

Text Example


Text Example

White with #B4855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4855A; }

 p { color: rgb(180,133,90); }

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

background-color css

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

 a { background-color: rgb(180,133,90); }

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

border-color css

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

 span { border-color: rgb(180,133,90); }

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