Html Css Color HEX #B19B5A Barley Corn

📋 copy color: '#B19B5A'

red 177 ◦ green 155 ◦ blue 90

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

Shades of Barley Corn #B19B5A

Tints of Barley Corn #B19B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.73%

 BLUE value IS 90 (35.55% from 255) = 21.33%

R = 41.94%
G = 36.73%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B19B5A (or 0xB19B5A) is known color: Barley Corn. HEX triplet: B1, 9B and 5A. RGB value is (177,155,90). Sum of RGB (Red+Green+Blue) = 177+155+90=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B5A is #4E64A5. Grayscale: #9A9A9A. Windows color (decimal): -5137574 or 5938097. OLE color: 5938097.

HSL color Cylindrical-coordinate representation of color #B19B5A: hue angle of 44.83º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B19B5A is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 155 90 -
CMYK 0 0.12 0.49 0.31
HSL 44.83º 0.36% 0.52% -
HSV(B) 44.83º 0.49% 0.69% -
XYZ 31.7 33.53 14.47 -
YUV 154.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 177 155 90 0 0.12 0.49 0.31 44.83 0.36 0.52
Hex B1 9B 5A 0 C 31 1F 2D 24 34
Octal 261 233 132 0 14 61 37 55 44 64
Binary 10110001 10011011 1011010 0 1100 110001 11111 101101 100100 110100

Color Harmonies of #B19B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19B5A

Black with #B19B5A

Text Example


Text Example

White with #B19B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19B5A; }

 p { color: rgb(177,155,90); }

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

background-color css

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

 a { background-color: rgb(177,155,90); }

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

border-color css

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

 span { border-color: rgb(177,155,90); }

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