Html Css Color HEX #B68455 Teak

📋 copy color: '#B68455'

red 182 ◦ green 132 ◦ blue 85

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

Shades of Teak #B68455

Tints of Teak #B68455

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.08%

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

R = 45.61%
G = 33.08%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B68455 (or 0xB68455) is known color: Teak. HEX triplet: B6, 84 and 55. RGB value is (182,132,85). Sum of RGB (Red+Green+Blue) = 182+132+85=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B68455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68455 is #497BAA. Grayscale: #8D8D8D. Windows color (decimal): -4815787 or 5604534. OLE color: 5604534.

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

Color convert

RGB 182 132 85 -
CMYK 0 0.27 0.53 0.29
HSL 29.07º 0.4% 0.52% -
HSV(B) 29.07º 0.53% 0.71% -
XYZ 29.18 27.1 12.29 -
YUV 141.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 182 132 85 0 0.27 0.53 0.29 29.07 0.4 0.52
Hex B6 84 55 0 1B 35 1D 1D 28 34
Octal 266 204 125 0 33 65 35 35 50 64
Binary 10110110 10000100 1010101 0 11011 110101 11101 11101 101000 110100

Color Harmonies of #B68455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68455

Black with #B68455

Text Example


Text Example

White with #B68455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68455; }

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

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

background-color css

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

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

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

border-color css

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

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

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