Html Css Color HEX #B19B65 Barley Corn

📋 copy color: '#B19B65'

red 177 ◦ green 155 ◦ blue 101

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

Shades of Barley Corn #B19B65

Tints of Barley Corn #B19B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.33%

R = 40.88%
G = 35.8%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B19B65 (or 0xB19B65) is known color: Barley Corn. HEX triplet: B1, 9B and 65. RGB value is (177,155,101). Sum of RGB (Red+Green+Blue) = 177+155+101=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B65 is #4E649A. Grayscale: #9B9B9B. Windows color (decimal): -5137563 or 6658993. OLE color: 6658993.

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

Color convert

RGB 177 155 101 -
CMYK 0 0.12 0.43 0.31
HSL 42.63º 0.33% 0.55% -
HSV(B) 42.63º 0.43% 0.69% -
XYZ 32.2 33.73 17.13 -
YUV 155.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 177 155 101 0 0.12 0.43 0.31 42.63 0.33 0.55
Hex B1 9B 65 0 C 2B 1F 2B 21 37
Octal 261 233 145 0 14 53 37 53 41 67
Binary 10110001 10011011 1100101 0 1100 101011 11111 101011 100001 110111

Color Harmonies of #B19B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19B65

Black with #B19B65

Text Example


Text Example

White with #B19B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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