Html Css Color HEX #B08A5A Teak

📋 copy color: '#B08A5A'

red 176 ◦ green 138 ◦ blue 90

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

Shades of Teak #B08A5A

Tints of Teak #B08A5A

RGB

 RED value IS 176 (69.14% from 255) = 43.56%

 GREEN value IS 138 (54.3% from 255) = 34.16%

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

R = 43.56%
G = 34.16%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B08A5A (or 0xB08A5A) is known color: Teak. HEX triplet: B0, 8A and 5A. RGB value is (176,138,90). Sum of RGB (Red+Green+Blue) = 176+138+90=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A5A is #4F75A5. Grayscale: #909090. Windows color (decimal): -5207462 or 5933744. OLE color: 5933744.

HSL color Cylindrical-coordinate representation of color #B08A5A: hue angle of 33.49º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B08A5A is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 138 90 -
CMYK 0 0.22 0.49 0.31
HSL 33.49º 0.35% 0.52% -
HSV(B) 33.49º 0.49% 0.69% -
XYZ 28.84 28.15 13.59 -
YUV 143.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 176 138 90 0 0.22 0.49 0.31 33.49 0.35 0.52
Hex B0 8A 5A 0 16 31 1F 21 23 34
Octal 260 212 132 0 26 61 37 41 43 64
Binary 10110000 10001010 1011010 0 10110 110001 11111 100001 100011 110100

Color Harmonies of #B08A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A5A

Black with #B08A5A

Text Example


Text Example

White with #B08A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A5A; }

 p { color: rgb(176,138,90); }

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

background-color css

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

 a { background-color: rgb(176,138,90); }

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

border-color css

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

 span { border-color: rgb(176,138,90); }

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