Html Css Color HEX #B68652 Teak

📋 copy color: '#B68652'

red 182 ◦ green 134 ◦ blue 82

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

Shades of Teak #B68652

Tints of Teak #B68652

RGB

 RED value IS 182 (71.48% from 255) = 45.73%

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

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

R = 45.73%
G = 33.67%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B68652 (or 0xB68652) is known color: Teak. HEX triplet: B6, 86 and 52. RGB value is (182,134,82). Sum of RGB (Red+Green+Blue) = 182+134+82=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B68652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68652 is #4979AD. Grayscale: #8E8E8E. Windows color (decimal): -4815278 or 5408438. OLE color: 5408438.

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

Color convert

RGB 182 134 82 -
CMYK 0 0.26 0.55 0.29
HSL 31.2º 0.41% 0.52% -
HSV(B) 31.2º 0.55% 0.71% -
XYZ 29.34 27.6 11.76 -
YUV 142.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 182 134 82 0 0.26 0.55 0.29 31.2 0.41 0.52
Hex B6 86 52 0 1A 37 1D 1F 29 34
Octal 266 206 122 0 32 67 35 37 51 64
Binary 10110110 10000110 1010010 0 11010 110111 11101 11111 101001 110100

Color Harmonies of #B68652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68652

Black with #B68652

Text Example


Text Example

White with #B68652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68652; }

 p { color: rgb(182,134,82); }

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

background-color css

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

 a { background-color: rgb(182,134,82); }

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

border-color css

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

 span { border-color: rgb(182,134,82); }

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