Html Css Color HEX #B09964 Barley Corn

📋 copy color: '#B09964'

red 176 ◦ green 153 ◦ blue 100

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

Shades of Barley Corn #B09964

Tints of Barley Corn #B09964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.66%

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

R = 41.03%
G = 35.66%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B09964 (or 0xB09964) is known color: Barley Corn. HEX triplet: B0, 99 and 64. RGB value is (176,153,100). Sum of RGB (Red+Green+Blue) = 176+153+100=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B09964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09964 is #4F669B. Grayscale: #9A9A9A. Windows color (decimal): -5203612 or 6592944. OLE color: 6592944.

HSL color Cylindrical-coordinate representation of color #B09964: hue angle of 41.84º 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 #B09964 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 100 -
CMYK 0 0.13 0.43 0.31
HSL 41.84º 0.32% 0.54% -
HSV(B) 41.84º 0.43% 0.69% -
XYZ 31.6 32.93 16.75 -
YUV 153.84 97.62 143.81 -
System Red Green Blue C M Y K H S L
Decimal 176 153 100 0 0.13 0.43 0.31 41.84 0.32 0.54
Hex B0 99 64 0 D 2B 1F 2A 20 36
Octal 260 231 144 0 15 53 37 52 40 66
Binary 10110000 10011001 1100100 0 1101 101011 11111 101010 100000 110110

Color Harmonies of #B09964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09964

Black with #B09964

Text Example


Text Example

White with #B09964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09964; }

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

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

background-color css

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

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

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

border-color css

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

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

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