Html Css Color HEX #B38D58 Barley Corn

📋 copy color: '#B38D58'

red 179 ◦ green 141 ◦ blue 88

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

Shades of Barley Corn #B38D58

Tints of Barley Corn #B38D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.57%

R = 43.87%
G = 34.56%
B = 21.57%

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

#B38D58 (or 0xB38D58) is known color: Barley Corn. HEX triplet: B3, 8D and 58. RGB value is (179,141,88). Sum of RGB (Red+Green+Blue) = 179+141+88=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D58 is #4C72A7. Grayscale: #929292. Windows color (decimal): -5010088 or 5803443. OLE color: 5803443.

HSL color Cylindrical-coordinate representation of color #B38D58: hue angle of 34.95º degrees, saturation: 0.37, 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 #B38D58 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 141 88 -
CMYK 0 0.21 0.51 0.30
HSL 34.95º 0.37% 0.52% -
HSV(B) 34.95º 0.51% 0.7% -
XYZ 29.88 29.34 13.32 -
YUV 146.32 95.09 151.31 -
System Red Green Blue C M Y K H S L
Decimal 179 141 88 0 0.21 0.51 0.30 34.95 0.37 0.52
Hex B3 8D 58 0 15 33 1E 23 25 34
Octal 263 215 130 0 25 63 36 43 45 64
Binary 10110011 10001101 1011000 0 10101 110011 11110 100011 100101 110100

Color Harmonies of #B38D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D58

Black with #B38D58

Text Example


Text Example

White with #B38D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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