Html Css Color HEX #B08A5C Teak

📋 copy color: '#B08A5C'

red 176 ◦ green 138 ◦ blue 92

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

Shades of Teak #B08A5C

Tints of Teak #B08A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.66%

R = 43.35%
G = 33.99%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B08A5C (or 0xB08A5C) is known color: Teak. HEX triplet: B0, 8A and 5C. RGB value is (176,138,92). Sum of RGB (Red+Green+Blue) = 176+138+92=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A5C is #4F75A3. Grayscale: #909090. Windows color (decimal): -5207460 or 6064816. OLE color: 6064816.

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

Color convert

RGB 176 138 92 -
CMYK 0 0.22 0.48 0.31
HSL 32.86º 0.35% 0.53% -
HSV(B) 32.86º 0.48% 0.69% -
XYZ 28.92 28.18 14.04 -
YUV 144.12 98.59 150.74 -
System Red Green Blue C M Y K H S L
Decimal 176 138 92 0 0.22 0.48 0.31 32.86 0.35 0.53
Hex B0 8A 5C 0 16 30 1F 21 23 35
Octal 260 212 134 0 26 60 37 41 43 65
Binary 10110000 10001010 1011100 0 10110 110000 11111 100001 100011 110101

Color Harmonies of #B08A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A5C

Black with #B08A5C

Text Example


Text Example

White with #B08A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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