#B09968

Color #B09968 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #B09968

Tints of Barley Corn #B09968

Color information

#B09968 (or 0xB09968) is unknown color: approx Barley Corn. HEX triplet: B0, 99 and 68. RGB value is (176,153,104). Sum of RGB (Red+Green+Blue) = 176+153+104=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B09968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09968 is #4F6697. Grayscale: #9A9A9A. Windows color (decimal): -5203608 or 6855088. OLE color: 6855088.

HSL color Cylindrical-coordinate representation of color #B09968: hue angle of 40.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B09968 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB176153104-
CMYK00.130.410.31
HSL40.83º31.3%54.9%-
HSV(B)40.83º40.91%69.02%-
XYZ31.7933.0117.79-
YUV154.2999.62143.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 104 (41.02% from 255) = 24.02%
R=40.65%
G=35.33%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615310400.130.410.3140.8331.354.9
HexB099680D291F291f37
Octal2602311500155137513767
Binary10110000100110011101000011011010011111110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09968; }

 p { color: rgb(176,153,104); }

 H1.HeaderClassName
 {
   color: #B09968;
 }
 .AnyTagClassName
 {
   color: #B09968;
 }
</style>
background-color css

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

 a { background-color: rgb(176,153,104); }

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

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

 span { border-color: rgb(176,153,104); }

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