Html Css Color HEX #B28357 Teak

📋 copy color: '#B28357'

red 178 ◦ green 131 ◦ blue 87

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

Shades of Teak #B28357

Tints of Teak #B28357

RGB

 RED value IS 178 (69.92% from 255) = 44.95%

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

 BLUE value IS 87 (34.38% from 255) = 21.97%

R = 44.95%
G = 33.08%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B28357 (or 0xB28357) is known color: Teak. HEX triplet: B2, 83 and 57. RGB value is (178,131,87). Sum of RGB (Red+Green+Blue) = 178+131+87=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B28357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28357 is #4D7CA8. Grayscale: #8C8C8C. Windows color (decimal): -5078185 or 5735346. OLE color: 5735346.

HSL color Cylindrical-coordinate representation of color #B28357: hue angle of 29.01º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B28357 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 131 87 -
CMYK 0 0.26 0.51 0.30
HSL 29.01º 0.37% 0.52% -
HSV(B) 29.01º 0.51% 0.7% -
XYZ 28.2 26.39 12.62 -
YUV 140.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 178 131 87 0 0.26 0.51 0.30 29.01 0.37 0.52
Hex B2 83 57 0 1A 33 1E 1D 25 34
Octal 262 203 127 0 32 63 36 35 45 64
Binary 10110010 10000011 1010111 0 11010 110011 11110 11101 100101 110100

Color Harmonies of #B28357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28357

Black with #B28357

Text Example


Text Example

White with #B28357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28357; }

 p { color: rgb(178,131,87); }

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

background-color css

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

 a { background-color: rgb(178,131,87); }

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

border-color css

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

 span { border-color: rgb(178,131,87); }

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