Html Css Color HEX #B18F5D Barley Corn

📋 copy color: '#B18F5D'

red 177 ◦ green 143 ◦ blue 93

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

Shades of Barley Corn #B18F5D

Tints of Barley Corn #B18F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.62%

 BLUE value IS 93 (36.72% from 255) = 22.52%

R = 42.86%
G = 34.62%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B18F5D (or 0xB18F5D) is known color: Barley Corn. HEX triplet: B1, 8F and 5D. RGB value is (177,143,93). Sum of RGB (Red+Green+Blue) = 177+143+93=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F5D is #4E70A2. Grayscale: #939393. Windows color (decimal): -5140643 or 6131633. OLE color: 6131633.

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

Color convert

RGB 177 143 93 -
CMYK 0 0.19 0.47 0.31
HSL 35.71º 0.35% 0.53% -
HSV(B) 35.71º 0.47% 0.69% -
XYZ 29.93 29.78 14.53 -
YUV 147.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 177 143 93 0 0.19 0.47 0.31 35.71 0.35 0.53
Hex B1 8F 5D 0 13 2F 1F 24 23 35
Octal 261 217 135 0 23 57 37 44 43 65
Binary 10110001 10001111 1011101 0 10011 101111 11111 100100 100011 110101

Color Harmonies of #B18F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18F5D

Black with #B18F5D

Text Example


Text Example

White with #B18F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18F5D; }

 p { color: rgb(177,143,93); }

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

background-color css

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

 a { background-color: rgb(177,143,93); }

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

border-color css

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

 span { border-color: rgb(177,143,93); }

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