Html Css Color HEX #B09E64 Barley Corn

📋 copy color: '#B09E64'

red 176 ◦ green 158 ◦ blue 100

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

Shades of Barley Corn #B09E64

Tints of Barley Corn #B09E64

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.41%

 BLUE value IS 100 (39.45% from 255) = 23.04%

R = 40.55%
G = 36.41%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B09E64 (or 0xB09E64) is known color: Barley Corn. HEX triplet: B0, 9E and 64. RGB value is (176,158,100). Sum of RGB (Red+Green+Blue) = 176+158+100=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09E64 is #4F619B. Grayscale: #9D9D9D. Windows color (decimal): -5202332 or 6594224. OLE color: 6594224.

HSL color Cylindrical-coordinate representation of color #B09E64: hue angle of 45.79º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B09E64 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 158 100 -
CMYK 0 0.10 0.43 0.31
HSL 45.79º 0.32% 0.54% -
HSV(B) 45.79º 0.43% 0.69% -
XYZ 32.43 34.6 17.03 -
YUV 156.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 176 158 100 0 0.10 0.43 0.31 45.79 0.32 0.54
Hex B0 9E 64 0 A 2B 1F 2E 20 36
Octal 260 236 144 0 12 53 37 56 40 66
Binary 10110000 10011110 1100100 0 1010 101011 11111 101110 100000 110110

Color Harmonies of #B09E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09E64

Black with #B09E64

Text Example


Text Example

White with #B09E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09E64; }

 p { color: rgb(176,158,100); }

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

background-color css

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

 a { background-color: rgb(176,158,100); }

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

border-color css

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

 span { border-color: rgb(176,158,100); }

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