Html Css Color HEX #B09D5D Barley Corn

📋 copy color: '#B09D5D'

red 176 ◦ green 157 ◦ blue 93

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

Shades of Barley Corn #B09D5D

Tints of Barley Corn #B09D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.85%

 BLUE value IS 93 (36.72% from 255) = 21.83%

R = 41.31%
G = 36.85%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B09D5D (or 0xB09D5D) is known color: Barley Corn. HEX triplet: B0, 9D and 5D. RGB value is (176,157,93). Sum of RGB (Red+Green+Blue) = 176+157+93=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D5D is #4F62A2. Grayscale: #9B9B9B. Windows color (decimal): -5202595 or 6135216. OLE color: 6135216.

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

Color convert

RGB 176 157 93 -
CMYK 0 0.11 0.47 0.31
HSL 46.27º 0.34% 0.53% -
HSV(B) 46.27º 0.47% 0.69% -
XYZ 31.94 34.13 15.26 -
YUV 155.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 176 157 93 0 0.11 0.47 0.31 46.27 0.34 0.53
Hex B0 9D 5D 0 B 2F 1F 2E 22 35
Octal 260 235 135 0 13 57 37 56 42 65
Binary 10110000 10011101 1011101 0 1011 101111 11111 101110 100010 110101

Color Harmonies of #B09D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09D5D

Black with #B09D5D

Text Example


Text Example

White with #B09D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09D5D; }

 p { color: rgb(176,157,93); }

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

background-color css

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

 a { background-color: rgb(176,157,93); }

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

border-color css

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

 span { border-color: rgb(176,157,93); }

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