Html Css Color HEX #B09B6D Tallow

📋 copy color: '#B09B6D'

red 176 ◦ green 155 ◦ blue 109

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

Shades of Tallow #B09B6D

Tints of Tallow #B09B6D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.23%

 BLUE value IS 109 (42.97% from 255) = 24.77%

R = 40%
G = 35.23%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B09B6D (or 0xB09B6D) is known color: Tallow. HEX triplet: B0, 9B and 6D. RGB value is (176,155,109). Sum of RGB (Red+Green+Blue) = 176+155+109=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09B6D is #4F6492. Grayscale: #9C9C9C. Windows color (decimal): -5203091 or 7183280. OLE color: 7183280.

HSL color Cylindrical-coordinate representation of color #B09B6D: hue angle of 41.19º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B09B6D is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 155 109 -
CMYK 0 0.12 0.38 0.31
HSL 41.19º 0.3% 0.56% -
HSV(B) 41.19º 0.38% 0.69% -
XYZ 32.39 33.78 19.28 -
YUV 156.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 176 155 109 0 0.12 0.38 0.31 41.19 0.3 0.56
Hex B0 9B 6D 0 C 26 1F 29 1E 38
Octal 260 233 155 0 14 46 37 51 36 70
Binary 10110000 10011011 1101101 0 1100 100110 11111 101001 11110 111000

Color Harmonies of #B09B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09B6D

Black with #B09B6D

Text Example


Text Example

White with #B09B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09B6D; }

 p { color: rgb(176,155,109); }

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

background-color css

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

 a { background-color: rgb(176,155,109); }

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

border-color css

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

 span { border-color: rgb(176,155,109); }

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