Html Css Color HEX #B09564 Barley Corn

📋 copy color: '#B09564'

red 176 ◦ green 149 ◦ blue 100

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

Shades of Barley Corn #B09564

Tints of Barley Corn #B09564

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.06%

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

R = 41.41%
G = 35.06%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B09564 (or 0xB09564) is known color: Barley Corn. HEX triplet: B0, 95 and 64. RGB value is (176,149,100). Sum of RGB (Red+Green+Blue) = 176+149+100=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B09564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09564 is #4F6A9B. Grayscale: #979797. Windows color (decimal): -5204636 or 6591920. OLE color: 6591920.

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

Color convert

RGB 176 149 100 -
CMYK 0 0.15 0.43 0.31
HSL 38.68º 0.32% 0.54% -
HSV(B) 38.68º 0.43% 0.69% -
XYZ 30.95 31.65 16.53 -
YUV 151.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 176 149 100 0 0.15 0.43 0.31 38.68 0.32 0.54
Hex B0 95 64 0 F 2B 1F 27 20 36
Octal 260 225 144 0 17 53 37 47 40 66
Binary 10110000 10010101 1100100 0 1111 101011 11111 100111 100000 110110

Color Harmonies of #B09564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09564

Black with #B09564

Text Example


Text Example

White with #B09564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09564; }

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

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

background-color css

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

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

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

border-color css

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

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

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