#B09C5C

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

Shades of Barley Corn #B09C5C

Tints of Barley Corn #B09C5C

Color information

#B09C5C (or 0xB09C5C) is unknown color: approx Barley Corn. HEX triplet: B0, 9C and 5C. RGB value is (176,156,92). Sum of RGB (Red+Green+Blue) = 176+156+92=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C5C is #4F63A3. Grayscale: #9A9A9A. Windows color (decimal): -5202852 or 6069424. OLE color: 6069424.

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

Color convert

RGB17615692-
CMYK00.110.480.31
HSL45.71º34.71%52.55%-
HSV(B)45.71º47.73%69.02%-
XYZ31.7233.7814.97-
YUV154.6892.63143.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 156 (61.33% from 255) = 36.79%
BLUE value IS 92 (36.33% from 255) = 21.70%
R=41.51%
G=36.79%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761569200.110.480.3145.7134.7152.55
HexB09C5C0B301F2e2335
Octal2602341340136037564365
Binary101100001001110010111000101111000011111101110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C5C; }

 p { color: rgb(176,156,92); }

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

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

 a { background-color: rgb(176,156,92); }

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

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

 span { border-color: rgb(176,156,92); }

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