Html Css Color HEX #B18A5C Barley Corn

📋 copy color: '#B18A5C'

red 177 ◦ green 138 ◦ blue 92

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

Shades of Barley Corn #B18A5C

Tints of Barley Corn #B18A5C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.91%

 BLUE value IS 92 (36.33% from 255) = 22.6%

R = 43.49%
G = 33.91%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B18A5C (or 0xB18A5C) is known color: Barley Corn. HEX triplet: B1, 8A and 5C. RGB value is (177,138,92). Sum of RGB (Red+Green+Blue) = 177+138+92=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A5C is #4E75A3. Grayscale: #909090. Windows color (decimal): -5141924 or 6064817. OLE color: 6064817.

HSL color Cylindrical-coordinate representation of color #B18A5C: hue angle of 32.47º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B18A5C is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 138 92 -
CMYK 0 0.22 0.48 0.31
HSL 32.47º 0.35% 0.53% -
HSV(B) 32.47º 0.48% 0.69% -
XYZ 29.15 28.3 14.05 -
YUV 144.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 177 138 92 0 0.22 0.48 0.31 32.47 0.35 0.53
Hex B1 8A 5C 0 16 30 1F 20 23 35
Octal 261 212 134 0 26 60 37 40 43 65
Binary 10110001 10001010 1011100 0 10110 110000 11111 100000 100011 110101

Color Harmonies of #B18A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18A5C

Black with #B18A5C

Text Example


Text Example

White with #B18A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18A5C; }

 p { color: rgb(177,138,92); }

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

background-color css

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

 a { background-color: rgb(177,138,92); }

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

border-color css

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

 span { border-color: rgb(177,138,92); }

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