Html Css Color HEX #B28F4F Teak

📋 copy color: '#B28F4F'

red 178 ◦ green 143 ◦ blue 79

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

Shades of Teak #B28F4F

Tints of Teak #B28F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.75%

R = 44.5%
G = 35.75%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B28F4F (or 0xB28F4F) is known color: Teak. HEX triplet: B2, 8F and 4F. RGB value is (178,143,79). Sum of RGB (Red+Green+Blue) = 178+143+79=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F4F is #4D70B0. Grayscale: #929292. Windows color (decimal): -5075121 or 5214130. OLE color: 5214130.

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

Color convert

RGB 178 143 79 -
CMYK 0 0.20 0.56 0.30
HSL 38.79º 0.39% 0.5% -
HSV(B) 38.79º 0.56% 0.7% -
XYZ 29.59 29.67 11.57 -
YUV 146.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 178 143 79 0 0.20 0.56 0.30 38.79 0.39 0.5
Hex B2 8F 4F 0 14 38 1E 27 27 32
Octal 262 217 117 0 24 70 36 47 47 62
Binary 10110010 10001111 1001111 0 10100 111000 11110 100111 100111 110010

Color Harmonies of #B28F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28F4F

Black with #B28F4F

Text Example


Text Example

White with #B28F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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