Html Css Color HEX #B78552 Teak

📋 copy color: '#B78552'

red 183 ◦ green 133 ◦ blue 82

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

Shades of Teak #B78552

Tints of Teak #B78552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

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

R = 45.98%
G = 33.42%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B78552 (or 0xB78552) is known color: Teak. HEX triplet: B7, 85 and 52. RGB value is (183,133,82). Sum of RGB (Red+Green+Blue) = 183+133+82=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B78552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78552 is #487AAD. Grayscale: #8E8E8E. Windows color (decimal): -4749998 or 5408183. OLE color: 5408183.

HSL color Cylindrical-coordinate representation of color #B78552: 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.55%. Process color model (Four color, CMYK) of #B78552 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 133 82 -
CMYK 0 0.27 0.55 0.28
HSL 30.3º 0.41% 0.52% -
HSV(B) 30.3º 0.55% 0.72% -
XYZ 29.44 27.45 11.73 -
YUV 142.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 183 133 82 0 0.27 0.55 0.28 30.3 0.41 0.52
Hex B7 85 52 0 1B 37 1C 1E 29 34
Octal 267 205 122 0 33 67 34 36 51 64
Binary 10110111 10000101 1010010 0 11011 110111 11100 11110 101001 110100

Color Harmonies of #B78552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78552

Black with #B78552

Text Example


Text Example

White with #B78552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78552; }

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

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

background-color css

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

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

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

border-color css

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

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

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