Html Css Color HEX #B68552 Teak

📋 copy color: '#B68552'

red 182 ◦ green 133 ◦ blue 82

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

Shades of Teak #B68552

Tints of Teak #B68552

RGB

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

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

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

R = 45.84%
G = 33.5%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B68552 (or 0xB68552) is known color: Teak. HEX triplet: B6, 85 and 52. RGB value is (182,133,82). Sum of RGB (Red+Green+Blue) = 182+133+82=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B68552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68552 is #497AAD. Grayscale: #8E8E8E. Windows color (decimal): -4815534 or 5408182. OLE color: 5408182.

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

Color convert

RGB 182 133 82 -
CMYK 0 0.27 0.55 0.29
HSL 30.6º 0.41% 0.52% -
HSV(B) 30.6º 0.55% 0.71% -
XYZ 29.2 27.33 11.72 -
YUV 141.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 182 133 82 0 0.27 0.55 0.29 30.6 0.41 0.52
Hex B6 85 52 0 1B 37 1D 1F 29 34
Octal 266 205 122 0 33 67 35 37 51 64
Binary 10110110 10000101 1010010 0 11011 110111 11101 11111 101001 110100

Color Harmonies of #B68552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68552

Black with #B68552

Text Example


Text Example

White with #B68552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68552; }

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

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

background-color css

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

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

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

border-color css

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

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

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