Html Css Color HEX #B38454 Teak

📋 copy color: '#B38454'

red 179 ◦ green 132 ◦ blue 84

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

Shades of Teak #B38454

Tints of Teak #B38454

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

 BLUE value IS 84 (33.2% from 255) = 21.27%

R = 45.32%
G = 33.42%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B38454 (or 0xB38454) is known color: Teak. HEX triplet: B3, 84 and 54. RGB value is (179,132,84). Sum of RGB (Red+Green+Blue) = 179+132+84=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B38454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38454 is #4C7BAB. Grayscale: #8C8C8C. Windows color (decimal): -5012396 or 5538995. OLE color: 5538995.

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

Color convert

RGB 179 132 84 -
CMYK 0 0.26 0.53 0.30
HSL 30.32º 0.38% 0.52% -
HSV(B) 30.32º 0.53% 0.7% -
XYZ 28.44 26.73 12.05 -
YUV 140.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 179 132 84 0 0.26 0.53 0.30 30.32 0.38 0.52
Hex B3 84 54 0 1A 35 1E 1E 26 34
Octal 263 204 124 0 32 65 36 36 46 64
Binary 10110011 10000100 1010100 0 11010 110101 11110 11110 100110 110100

Color Harmonies of #B38454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38454

Black with #B38454

Text Example


Text Example

White with #B38454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38454; }

 p { color: rgb(179,132,84); }

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

background-color css

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

 a { background-color: rgb(179,132,84); }

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

border-color css

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

 span { border-color: rgb(179,132,84); }

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