Html Css Color HEX #B78454 Teak

📋 copy color: '#B78454'

red 183 ◦ green 132 ◦ blue 84

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

Shades of Teak #B78454

Tints of Teak #B78454

RGB

 RED value IS 183 (71.88% from 255) = 45.86%

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

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

R = 45.86%
G = 33.08%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B78454 (or 0xB78454) is known color: Teak. HEX triplet: B7, 84 and 54. RGB value is (183,132,84). Sum of RGB (Red+Green+Blue) = 183+132+84=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B78454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78454 is #487BAB. Grayscale: #8E8E8E. Windows color (decimal): -4750252 or 5538999. OLE color: 5538999.

HSL color Cylindrical-coordinate representation of color #B78454: hue angle of 29.09º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B78454 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 132 84 -
CMYK 0 0.28 0.54 0.28
HSL 29.09º 0.41% 0.52% -
HSV(B) 29.09º 0.54% 0.72% -
XYZ 29.38 27.21 12.09 -
YUV 141.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 183 132 84 0 0.28 0.54 0.28 29.09 0.41 0.52
Hex B7 84 54 0 1C 36 1C 1D 29 34
Octal 267 204 124 0 34 66 34 35 51 64
Binary 10110111 10000100 1010100 0 11100 110110 11100 11101 101001 110100

Color Harmonies of #B78454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78454

Black with #B78454

Text Example


Text Example

White with #B78454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78454; }

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

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

background-color css

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

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

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

border-color css

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

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

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