Html Css Color HEX #B48A5C Barley Corn

📋 copy color: '#B48A5C'

red 180 ◦ green 138 ◦ blue 92

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

Shades of Barley Corn #B48A5C

Tints of Barley Corn #B48A5C

RGB

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

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

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

R = 43.9%
G = 33.66%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B48A5C (or 0xB48A5C) is known color: Barley Corn. HEX triplet: B4, 8A and 5C. RGB value is (180,138,92). Sum of RGB (Red+Green+Blue) = 180+138+92=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A5C is #4B75A3. Grayscale: #919191. Windows color (decimal): -4945316 or 6064820. OLE color: 6064820.

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

Color convert

RGB 180 138 92 -
CMYK 0 0.23 0.49 0.29
HSL 31.36º 0.37% 0.53% -
HSV(B) 31.36º 0.49% 0.71% -
XYZ 29.84 28.65 14.08 -
YUV 145.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 180 138 92 0 0.23 0.49 0.29 31.36 0.37 0.53
Hex B4 8A 5C 0 17 31 1D 1F 25 35
Octal 264 212 134 0 27 61 35 37 45 65
Binary 10110100 10001010 1011100 0 10111 110001 11101 11111 100101 110101

Color Harmonies of #B48A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48A5C

Black with #B48A5C

Text Example


Text Example

White with #B48A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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