Html Css Color HEX #B38D57 Barley Corn

📋 copy color: '#B38D57'

red 179 ◦ green 141 ◦ blue 87

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

Shades of Barley Corn #B38D57

Tints of Barley Corn #B38D57

RGB

 RED value IS 179 (70.31% from 255) = 43.98%

 GREEN value IS 141 (55.47% from 255) = 34.64%

 BLUE value IS 87 (34.38% from 255) = 21.38%

R = 43.98%
G = 34.64%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B38D57 (or 0xB38D57) is known color: Barley Corn. HEX triplet: B3, 8D and 57. RGB value is (179,141,87). Sum of RGB (Red+Green+Blue) = 179+141+87=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D57 is #4C72A8. Grayscale: #929292. Windows color (decimal): -5010089 or 5737907. OLE color: 5737907.

HSL color Cylindrical-coordinate representation of color #B38D57: hue angle of 35.22º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B38D57 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 141 87 -
CMYK 0 0.21 0.51 0.30
HSL 35.22º 0.38% 0.52% -
HSV(B) 35.22º 0.51% 0.7% -
XYZ 29.84 29.32 13.1 -
YUV 146.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 179 141 87 0 0.21 0.51 0.30 35.22 0.38 0.52
Hex B3 8D 57 0 15 33 1E 23 26 34
Octal 263 215 127 0 25 63 36 43 46 64
Binary 10110011 10001101 1010111 0 10101 110011 11110 100011 100110 110100

Color Harmonies of #B38D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D57

Black with #B38D57

Text Example


Text Example

White with #B38D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D57; }

 p { color: rgb(179,141,87); }

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

background-color css

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

 a { background-color: rgb(179,141,87); }

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

border-color css

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

 span { border-color: rgb(179,141,87); }

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