Html Css Color HEX #B68755 Teak

📋 copy color: '#B68755'

red 182 ◦ green 135 ◦ blue 85

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

Shades of Teak #B68755

Tints of Teak #B68755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.14%

R = 45.27%
G = 33.58%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B68755 (or 0xB68755) is known color: Teak. HEX triplet: B6, 87 and 55. RGB value is (182,135,85). Sum of RGB (Red+Green+Blue) = 182+135+85=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B68755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68755 is #4978AA. Grayscale: #8F8F8F. Windows color (decimal): -4815019 or 5605302. OLE color: 5605302.

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

Color convert

RGB 182 135 85 -
CMYK 0 0.26 0.53 0.29
HSL 30.93º 0.4% 0.52% -
HSV(B) 30.93º 0.53% 0.71% -
XYZ 29.6 27.93 12.43 -
YUV 143.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 182 135 85 0 0.26 0.53 0.29 30.93 0.4 0.52
Hex B6 87 55 0 1A 35 1D 1F 28 34
Octal 266 207 125 0 32 65 35 37 50 64
Binary 10110110 10000111 1010101 0 11010 110101 11101 11111 101000 110100

Color Harmonies of #B68755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68755

Black with #B68755

Text Example


Text Example

White with #B68755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68755; }

 p { color: rgb(182,135,85); }

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

background-color css

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

 a { background-color: rgb(182,135,85); }

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

border-color css

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

 span { border-color: rgb(182,135,85); }

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