Html Css Color HEX #B78654 Teak

📋 copy color: '#B78654'

red 183 ◦ green 134 ◦ blue 84

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

Shades of Teak #B78654

Tints of Teak #B78654

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.42%

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

R = 45.64%
G = 33.42%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B78654 (or 0xB78654) is known color: Teak. HEX triplet: B7, 86 and 54. RGB value is (183,134,84). Sum of RGB (Red+Green+Blue) = 183+134+84=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B78654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78654 is #4879AB. Grayscale: #8F8F8F. Windows color (decimal): -4749740 or 5539511. OLE color: 5539511.

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

Color convert

RGB 183 134 84 -
CMYK 0 0.27 0.54 0.28
HSL 30.3º 0.41% 0.52% -
HSV(B) 30.3º 0.54% 0.72% -
XYZ 29.65 27.76 12.18 -
YUV 142.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 183 134 84 0 0.27 0.54 0.28 30.3 0.41 0.52
Hex B7 86 54 0 1B 36 1C 1E 29 34
Octal 267 206 124 0 33 66 34 36 51 64
Binary 10110111 10000110 1010100 0 11011 110110 11100 11110 101001 110100

Color Harmonies of #B78654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78654

Black with #B78654

Text Example


Text Example

White with #B78654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78654; }

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

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

background-color css

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

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

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

border-color css

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

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

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