Html Css Color HEX #B48B57 Barley Corn

📋 copy color: '#B48B57'

red 180 ◦ green 139 ◦ blue 87

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

Shades of Barley Corn #B48B57

Tints of Barley Corn #B48B57

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.24%

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

R = 44.33%
G = 34.24%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B48B57 (or 0xB48B57) is known color: Barley Corn. HEX triplet: B4, 8B and 57. RGB value is (180,139,87). Sum of RGB (Red+Green+Blue) = 180+139+87=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B57 is #4B74A8. Grayscale: #919191. Windows color (decimal): -4945065 or 5737396. OLE color: 5737396.

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

Color convert

RGB 180 139 87 -
CMYK 0 0.23 0.52 0.29
HSL 33.55º 0.38% 0.52% -
HSV(B) 33.55º 0.52% 0.71% -
XYZ 29.78 28.86 13.02 -
YUV 145.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 180 139 87 0 0.23 0.52 0.29 33.55 0.38 0.52
Hex B4 8B 57 0 17 34 1D 22 26 34
Octal 264 213 127 0 27 64 35 42 46 64
Binary 10110100 10001011 1010111 0 10111 110100 11101 100010 100110 110100

Color Harmonies of #B48B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48B57

Black with #B48B57

Text Example


Text Example

White with #B48B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48B57; }

 p { color: rgb(180,139,87); }

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

background-color css

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

 a { background-color: rgb(180,139,87); }

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

border-color css

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

 span { border-color: rgb(180,139,87); }

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