Html Css Color HEX #B78850 Teak

📋 copy color: '#B78850'

red 183 ◦ green 136 ◦ blue 80

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

Shades of Teak #B78850

Tints of Teak #B78850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

 BLUE value IS 80 (31.64% from 255) = 20.05%

R = 45.86%
G = 34.09%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B78850 (or 0xB78850) is known color: Teak. HEX triplet: B7, 88 and 50. RGB value is (183,136,80). Sum of RGB (Red+Green+Blue) = 183+136+80=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B78850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78850 is #4877AF. Grayscale: #8F8F8F. Windows color (decimal): -4749232 or 5277879. OLE color: 5277879.

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

Color convert

RGB 183 136 80 -
CMYK 0 0.26 0.56 0.28
HSL 32.62º 0.42% 0.52% -
HSV(B) 32.62º 0.56% 0.72% -
XYZ 29.78 28.25 11.47 -
YUV 143.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 183 136 80 0 0.26 0.56 0.28 32.62 0.42 0.52
Hex B7 88 50 0 1A 38 1C 21 2A 34
Octal 267 210 120 0 32 70 34 41 52 64
Binary 10110111 10001000 1010000 0 11010 111000 11100 100001 101010 110100

Color Harmonies of #B78850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78850

Black with #B78850

Text Example


Text Example

White with #B78850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78850; }

 p { color: rgb(183,136,80); }

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

background-color css

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

 a { background-color: rgb(183,136,80); }

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

border-color css

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

 span { border-color: rgb(183,136,80); }

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