Html Css Color HEX #B19869 Barley Corn

📋 copy color: '#B19869'

red 177 ◦ green 152 ◦ blue 105

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

Shades of Barley Corn #B19869

Tints of Barley Corn #B19869

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.02%

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

R = 40.78%
G = 35.02%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B19869 (or 0xB19869) is known color: Barley Corn. HEX triplet: B1, 98 and 69. RGB value is (177,152,105). Sum of RGB (Red+Green+Blue) = 177+152+105=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B19869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19869 is #4E6796. Grayscale: #9A9A9A. Windows color (decimal): -5138327 or 6920369. OLE color: 6920369.

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

Color convert

RGB 177 152 105 -
CMYK 0 0.14 0.41 0.31
HSL 39.17º 0.32% 0.55% -
HSV(B) 39.17º 0.41% 0.69% -
XYZ 31.91 32.82 18.02 -
YUV 154.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 177 152 105 0 0.14 0.41 0.31 39.17 0.32 0.55
Hex B1 98 69 0 E 29 1F 27 20 37
Octal 261 230 151 0 16 51 37 47 40 67
Binary 10110001 10011000 1101001 0 1110 101001 11111 100111 100000 110111

Color Harmonies of #B19869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19869

Black with #B19869

Text Example


Text Example

White with #B19869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19869; }

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

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

background-color css

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

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

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

border-color css

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

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

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