Html Css Color HEX #B08358 Teak

📋 copy color: '#B08358'

red 176 ◦ green 131 ◦ blue 88

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

Shades of Teak #B08358

Tints of Teak #B08358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

 BLUE value IS 88 (34.77% from 255) = 22.28%

R = 44.56%
G = 33.16%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B08358 (or 0xB08358) is known color: Teak. HEX triplet: B0, 83 and 58. RGB value is (176,131,88). Sum of RGB (Red+Green+Blue) = 176+131+88=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B08358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08358 is #4F7CA7. Grayscale: #8B8B8B. Windows color (decimal): -5209256 or 5800880. OLE color: 5800880.

HSL color Cylindrical-coordinate representation of color #B08358: hue angle of 29.32º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B08358 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 131 88 -
CMYK 0 0.26 0.50 0.31
HSL 29.32º 0.36% 0.52% -
HSV(B) 29.32º 0.5% 0.69% -
XYZ 27.78 26.17 12.82 -
YUV 139.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 176 131 88 0 0.26 0.50 0.31 29.32 0.36 0.52
Hex B0 83 58 0 1A 32 1F 1D 24 34
Octal 260 203 130 0 32 62 37 35 44 64
Binary 10110000 10000011 1011000 0 11010 110010 11111 11101 100100 110100

Color Harmonies of #B08358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08358

Black with #B08358

Text Example


Text Example

White with #B08358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08358; }

 p { color: rgb(176,131,88); }

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

background-color css

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

 a { background-color: rgb(176,131,88); }

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

border-color css

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

 span { border-color: rgb(176,131,88); }

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