Html Css Color HEX #B19260 Barley Corn

📋 copy color: '#B19260'

red 177 ◦ green 146 ◦ blue 96

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

Shades of Barley Corn #B19260

Tints of Barley Corn #B19260

RGB

 RED value IS 177 (69.53% from 255) = 42.24%

 GREEN value IS 146 (57.42% from 255) = 34.84%

 BLUE value IS 96 (37.89% from 255) = 22.91%

R = 42.24%
G = 34.84%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B19260 (or 0xB19260) is known color: Barley Corn. HEX triplet: B1, 92 and 60. RGB value is (177,146,96). Sum of RGB (Red+Green+Blue) = 177+146+96=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B19260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19260 is #4E6D9F. Grayscale: #959595. Windows color (decimal): -5139872 or 6329009. OLE color: 6329009.

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

Color convert

RGB 177 146 96 -
CMYK 0 0.18 0.46 0.31
HSL 37.04º 0.34% 0.54% -
HSV(B) 37.04º 0.46% 0.69% -
XYZ 30.52 30.75 15.39 -
YUV 149.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 177 146 96 0 0.18 0.46 0.31 37.04 0.34 0.54
Hex B1 92 60 0 12 2E 1F 25 22 36
Octal 261 222 140 0 22 56 37 45 42 66
Binary 10110001 10010010 1100000 0 10010 101110 11111 100101 100010 110110

Color Harmonies of #B19260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19260

Black with #B19260

Text Example


Text Example

White with #B19260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19260; }

 p { color: rgb(177,146,96); }

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

background-color css

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

 a { background-color: rgb(177,146,96); }

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

border-color css

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

 span { border-color: rgb(177,146,96); }

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