Html Css Color HEX #B38752 Teak

📋 copy color: '#B38752'

red 179 ◦ green 135 ◦ blue 82

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

Shades of Teak #B38752

Tints of Teak #B38752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.71%

R = 45.2%
G = 34.09%
B = 20.71%

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

#B38752 (or 0xB38752) is known color: Teak. HEX triplet: B3, 87 and 52. RGB value is (179,135,82). Sum of RGB (Red+Green+Blue) = 179+135+82=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B38752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38752 is #4C78AD. Grayscale: #8E8E8E. Windows color (decimal): -5011630 or 5408691. OLE color: 5408691.

HSL color Cylindrical-coordinate representation of color #B38752: hue angle of 32.78º 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 #B38752 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 135 82 -
CMYK 0 0.25 0.54 0.30
HSL 32.78º 0.39% 0.51% -
HSV(B) 32.78º 0.54% 0.7% -
XYZ 28.78 27.52 11.78 -
YUV 142.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 179 135 82 0 0.25 0.54 0.30 32.78 0.39 0.51
Hex B3 87 52 0 19 36 1E 21 27 33
Octal 263 207 122 0 31 66 36 41 47 63
Binary 10110011 10000111 1010010 0 11001 110110 11110 100001 100111 110011

Color Harmonies of #B38752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38752

Black with #B38752

Text Example


Text Example

White with #B38752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38752; }

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

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

background-color css

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

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

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

border-color css

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

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

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