Html Css Color HEX #B78752 Teak

📋 copy color: '#B78752'

red 183 ◦ green 135 ◦ blue 82

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

Shades of Teak #B78752

Tints of Teak #B78752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.75%

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

R = 45.75%
G = 33.75%
B = 20.5%

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

#B78752 (or 0xB78752) is known color: Teak. HEX triplet: B7, 87 and 52. RGB value is (183,135,82). Sum of RGB (Red+Green+Blue) = 183+135+82=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B78752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78752 is #4878AD. Grayscale: #8F8F8F. Windows color (decimal): -4749486 or 5408695. OLE color: 5408695.

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

Color convert

RGB 183 135 82 -
CMYK 0 0.26 0.55 0.28
HSL 31.49º 0.41% 0.52% -
HSV(B) 31.49º 0.55% 0.72% -
XYZ 29.72 28 11.82 -
YUV 143.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 183 135 82 0 0.26 0.55 0.28 31.49 0.41 0.52
Hex B7 87 52 0 1A 37 1C 1F 29 34
Octal 267 207 122 0 32 67 34 37 51 64
Binary 10110111 10000111 1010010 0 11010 110111 11100 11111 101001 110100

Color Harmonies of #B78752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78752

Black with #B78752

Text Example


Text Example

White with #B78752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78752; }

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

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

background-color css

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

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

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

border-color css

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

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

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