Html Css Color HEX #B38753 Teak

📋 copy color: '#B38753'

red 179 ◦ green 135 ◦ blue 83

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

Shades of Teak #B38753

Tints of Teak #B38753

RGB

 RED value IS 179 (70.31% from 255) = 45.09%

 GREEN value IS 135 (53.13% from 255) = 34.01%

 BLUE value IS 83 (32.81% from 255) = 20.91%

R = 45.09%
G = 34.01%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B38753 (or 0xB38753) is known color: Teak. HEX triplet: B3, 87 and 53. RGB value is (179,135,83). Sum of RGB (Red+Green+Blue) = 179+135+83=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B38753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38753 is #4C78AC. Grayscale: #8E8E8E. Windows color (decimal): -5011629 or 5474227. OLE color: 5474227.

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

Color convert

RGB 179 135 83 -
CMYK 0 0.25 0.54 0.30
HSL 32.5º 0.39% 0.51% -
HSV(B) 32.5º 0.54% 0.7% -
XYZ 28.82 27.54 11.98 -
YUV 142.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 179 135 83 0 0.25 0.54 0.30 32.5 0.39 0.51
Hex B3 87 53 0 19 36 1E 20 27 33
Octal 263 207 123 0 31 66 36 40 47 63
Binary 10110011 10000111 1010011 0 11001 110110 11110 100000 100111 110011

Color Harmonies of #B38753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38753

Black with #B38753

Text Example


Text Example

White with #B38753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38753; }

 p { color: rgb(179,135,83); }

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

background-color css

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

 a { background-color: rgb(179,135,83); }

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

border-color css

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

 span { border-color: rgb(179,135,83); }

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