Html Css Color HEX #B28F4D Teak

📋 copy color: '#B28F4D'

red 178 ◦ green 143 ◦ blue 77

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

Shades of Teak #B28F4D

Tints of Teak #B28F4D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

 BLUE value IS 77 (30.47% from 255) = 19.35%

R = 44.72%
G = 35.93%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B28F4D (or 0xB28F4D) is known color: Teak. HEX triplet: B2, 8F and 4D. RGB value is (178,143,77). Sum of RGB (Red+Green+Blue) = 178+143+77=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F4D is #4D70B2. Grayscale: #929292. Windows color (decimal): -5075123 or 5083058. OLE color: 5083058.

HSL color Cylindrical-coordinate representation of color #B28F4D: hue angle of 39.21º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B28F4D is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 143 77 -
CMYK 0 0.20 0.57 0.30
HSL 39.21º 0.4% 0.5% -
HSV(B) 39.21º 0.57% 0.7% -
XYZ 29.52 29.65 11.19 -
YUV 145.94 89.1 150.87 -
System Red Green Blue C M Y K H S L
Decimal 178 143 77 0 0.20 0.57 0.30 39.21 0.4 0.5
Hex B2 8F 4D 0 14 39 1E 27 28 32
Octal 262 217 115 0 24 71 36 47 50 62
Binary 10110010 10001111 1001101 0 10100 111001 11110 100111 101000 110010

Color Harmonies of #B28F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28F4D

Black with #B28F4D

Text Example


Text Example

White with #B28F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28F4D; }

 p { color: rgb(178,143,77); }

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

background-color css

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

 a { background-color: rgb(178,143,77); }

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

border-color css

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

 span { border-color: rgb(178,143,77); }

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