Html Css Color HEX #B28555 Teak

📋 copy color: '#B28555'

red 178 ◦ green 133 ◦ blue 85

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

Shades of Teak #B28555

Tints of Teak #B28555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.46%

R = 44.95%
G = 33.59%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B28555 (or 0xB28555) is known color: Teak. HEX triplet: B2, 85 and 55. RGB value is (178,133,85). Sum of RGB (Red+Green+Blue) = 178+133+85=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B28555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28555 is #4D7AAA. Grayscale: #8D8D8D. Windows color (decimal): -5077675 or 5604786. OLE color: 5604786.

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

Color convert

RGB 178 133 85 -
CMYK 0 0.25 0.52 0.30
HSL 30.97º 0.38% 0.52% -
HSV(B) 30.97º 0.52% 0.7% -
XYZ 28.39 26.9 12.29 -
YUV 140.98 96.41 154.4 -
System Red Green Blue C M Y K H S L
Decimal 178 133 85 0 0.25 0.52 0.30 30.97 0.38 0.52
Hex B2 85 55 0 19 34 1E 1F 26 34
Octal 262 205 125 0 31 64 36 37 46 64
Binary 10110010 10000101 1010101 0 11001 110100 11110 11111 100110 110100

Color Harmonies of #B28555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28555

Black with #B28555

Text Example


Text Example

White with #B28555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28555; }

 p { color: rgb(178,133,85); }

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

background-color css

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

 a { background-color: rgb(178,133,85); }

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

border-color css

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

 span { border-color: rgb(178,133,85); }

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