Html Css Color HEX #B19465 Barley Corn

📋 copy color: '#B19465'

red 177 ◦ green 148 ◦ blue 101

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

Shades of Barley Corn #B19465

Tints of Barley Corn #B19465

RGB

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

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

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

R = 41.55%
G = 34.74%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B19465 (or 0xB19465) is known color: Barley Corn. HEX triplet: B1, 94 and 65. RGB value is (177,148,101). Sum of RGB (Red+Green+Blue) = 177+148+101=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B19465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19465 is #4E6B9A. Grayscale: #979797. Windows color (decimal): -5139355 or 6657201. OLE color: 6657201.

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

Color convert

RGB 177 148 101 -
CMYK 0 0.16 0.43 0.31
HSL 37.11º 0.33% 0.55% -
HSV(B) 37.11º 0.43% 0.69% -
XYZ 31.07 31.47 16.75 -
YUV 151.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 177 148 101 0 0.16 0.43 0.31 37.11 0.33 0.55
Hex B1 94 65 0 10 2B 1F 25 21 37
Octal 261 224 145 0 20 53 37 45 41 67
Binary 10110001 10010100 1100101 0 10000 101011 11111 100101 100001 110111

Color Harmonies of #B19465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19465

Black with #B19465

Text Example


Text Example

White with #B19465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19465; }

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

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

background-color css

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

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

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

border-color css

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

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

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