Html Css Color HEX #B0845A Teak

📋 copy color: '#B0845A'

red 176 ◦ green 132 ◦ blue 90

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

Shades of Teak #B0845A

Tints of Teak #B0845A

RGB

 RED value IS 176 (69.14% from 255) = 44.22%

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

 BLUE value IS 90 (35.55% from 255) = 22.61%

R = 44.22%
G = 33.17%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0845A (or 0xB0845A) is known color: Teak. HEX triplet: B0, 84 and 5A. RGB value is (176,132,90). Sum of RGB (Red+Green+Blue) = 176+132+90=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0845A is #4F7BA5. Grayscale: #8C8C8C. Windows color (decimal): -5208998 or 5932208. OLE color: 5932208.

HSL color Cylindrical-coordinate representation of color #B0845A: hue angle of 29.3º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0845A is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 90 -
CMYK 0 0.25 0.49 0.31
HSL 29.3º 0.35% 0.52% -
HSV(B) 29.3º 0.49% 0.69% -
XYZ 28 26.47 13.31 -
YUV 140.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 176 132 90 0 0.25 0.49 0.31 29.3 0.35 0.52
Hex B0 84 5A 0 19 31 1F 1D 23 34
Octal 260 204 132 0 31 61 37 35 43 64
Binary 10110000 10000100 1011010 0 11001 110001 11111 11101 100011 110100

Color Harmonies of #B0845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0845A

Black with #B0845A

Text Example


Text Example

White with #B0845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0845A; }

 p { color: rgb(176,132,90); }

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

background-color css

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

 a { background-color: rgb(176,132,90); }

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

border-color css

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

 span { border-color: rgb(176,132,90); }

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