Html Css Color HEX #B78852 Teak

📋 copy color: '#B78852'

red 183 ◦ green 136 ◦ blue 82

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

Shades of Teak #B78852

Tints of Teak #B78852

RGB

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

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

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

R = 45.64%
G = 33.92%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B78852 (or 0xB78852) is known color: Teak. HEX triplet: B7, 88 and 52. RGB value is (183,136,82). Sum of RGB (Red+Green+Blue) = 183+136+82=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B78852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78852 is #4877AD. Grayscale: #909090. Windows color (decimal): -4749230 or 5408951. OLE color: 5408951.

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

Color convert

RGB 183 136 82 -
CMYK 0 0.26 0.55 0.28
HSL 32.08º 0.41% 0.52% -
HSV(B) 32.08º 0.55% 0.72% -
XYZ 29.86 28.28 11.87 -
YUV 143.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 183 136 82 0 0.26 0.55 0.28 32.08 0.41 0.52
Hex B7 88 52 0 1A 37 1C 20 29 34
Octal 267 210 122 0 32 67 34 40 51 64
Binary 10110111 10001000 1010010 0 11010 110111 11100 100000 101001 110100

Color Harmonies of #B78852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78852

Black with #B78852

Text Example


Text Example

White with #B78852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78852; }

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

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

background-color css

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

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

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

border-color css

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

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

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