Html Css Color HEX #B19A6C Barley Corn

📋 copy color: '#B19A6C'

red 177 ◦ green 154 ◦ blue 108

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

Shades of Barley Corn #B19A6C

Tints of Barley Corn #B19A6C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.08%

 BLUE value IS 108 (42.58% from 255) = 24.6%

R = 40.32%
G = 35.08%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B19A6C (or 0xB19A6C) is known color: Barley Corn. HEX triplet: B1, 9A and 6C. RGB value is (177,154,108). Sum of RGB (Red+Green+Blue) = 177+154+108=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A6C is #4E6593. Grayscale: #9B9B9B. Windows color (decimal): -5137812 or 7117489. OLE color: 7117489.

HSL color Cylindrical-coordinate representation of color #B19A6C: hue angle of 40º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B19A6C is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 154 108 -
CMYK 0 0.13 0.39 0.31
HSL 40º 0.31% 0.56% -
HSV(B) 40º 0.39% 0.69% -
XYZ 32.39 33.54 18.95 -
YUV 155.63 101.12 143.24 -
System Red Green Blue C M Y K H S L
Decimal 177 154 108 0 0.13 0.39 0.31 40 0.31 0.56
Hex B1 9A 6C 0 D 27 1F 28 1F 38
Octal 261 232 154 0 15 47 37 50 37 70
Binary 10110001 10011010 1101100 0 1101 100111 11111 101000 11111 111000

Color Harmonies of #B19A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A6C

Black with #B19A6C

Text Example


Text Example

White with #B19A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A6C; }

 p { color: rgb(177,154,108); }

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

background-color css

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

 a { background-color: rgb(177,154,108); }

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

border-color css

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

 span { border-color: rgb(177,154,108); }

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