Html Css Color HEX #B19469 Barley Corn

📋 copy color: '#B19469'

red 177 ◦ green 148 ◦ blue 105

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

Shades of Barley Corn #B19469

Tints of Barley Corn #B19469

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.42%

 BLUE value IS 105 (41.41% from 255) = 24.42%

R = 41.16%
G = 34.42%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B19469 (or 0xB19469) is known color: Barley Corn. HEX triplet: B1, 94 and 69. RGB value is (177,148,105). Sum of RGB (Red+Green+Blue) = 177+148+105=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B19469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19469 is #4E6B96. Grayscale: #979797. Windows color (decimal): -5139351 or 6919345. OLE color: 6919345.

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

Color convert

RGB 177 148 105 -
CMYK 0 0.16 0.41 0.31
HSL 35.83º 0.32% 0.55% -
HSV(B) 35.83º 0.41% 0.69% -
XYZ 31.27 31.55 17.81 -
YUV 151.77 101.61 146 -
System Red Green Blue C M Y K H S L
Decimal 177 148 105 0 0.16 0.41 0.31 35.83 0.32 0.55
Hex B1 94 69 0 10 29 1F 24 20 37
Octal 261 224 151 0 20 51 37 44 40 67
Binary 10110001 10010100 1101001 0 10000 101001 11111 100100 100000 110111

Color Harmonies of #B19469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19469

Black with #B19469

Text Example


Text Example

White with #B19469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19469; }

 p { color: rgb(177,148,105); }

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

background-color css

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

 a { background-color: rgb(177,148,105); }

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

border-color css

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

 span { border-color: rgb(177,148,105); }

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