Html Css Color HEX #B48A5D Barley Corn

📋 copy color: '#B48A5D'

red 180 ◦ green 138 ◦ blue 93

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

Shades of Barley Corn #B48A5D

Tints of Barley Corn #B48A5D

RGB

 RED value IS 180 (70.7% from 255) = 43.8%

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

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

R = 43.8%
G = 33.58%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B48A5D (or 0xB48A5D) is known color: Barley Corn. HEX triplet: B4, 8A and 5D. RGB value is (180,138,93). Sum of RGB (Red+Green+Blue) = 180+138+93=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A5D is #4B75A2. Grayscale: #919191. Windows color (decimal): -4945315 or 6130356. OLE color: 6130356.

HSL color Cylindrical-coordinate representation of color #B48A5D: hue angle of 31.03º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B48A5D is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 138 93 -
CMYK 0 0.23 0.48 0.29
HSL 31.03º 0.37% 0.54% -
HSV(B) 31.03º 0.48% 0.71% -
XYZ 29.89 28.67 14.31 -
YUV 145.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 180 138 93 0 0.23 0.48 0.29 31.03 0.37 0.54
Hex B4 8A 5D 0 17 30 1D 1F 25 36
Octal 264 212 135 0 27 60 35 37 45 66
Binary 10110100 10001010 1011101 0 10111 110000 11101 11111 100101 110110

Color Harmonies of #B48A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48A5D

Black with #B48A5D

Text Example


Text Example

White with #B48A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48A5D; }

 p { color: rgb(180,138,93); }

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

background-color css

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

 a { background-color: rgb(180,138,93); }

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

border-color css

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

 span { border-color: rgb(180,138,93); }

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