Html Css Color HEX #B48F53 Barley Corn

📋 copy color: '#B48F53'

red 180 ◦ green 143 ◦ blue 83

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

Shades of Barley Corn #B48F53

Tints of Barley Corn #B48F53

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.22%

 BLUE value IS 83 (32.81% from 255) = 20.44%

R = 44.33%
G = 35.22%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B48F53 (or 0xB48F53) is known color: Barley Corn. HEX triplet: B4, 8F and 53. RGB value is (180,143,83). Sum of RGB (Red+Green+Blue) = 180+143+83=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F53 is #4B70AC. Grayscale: #939393. Windows color (decimal): -4944045 or 5476276. OLE color: 5476276.

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

Color convert

RGB 180 143 83 -
CMYK 0 0.21 0.54 0.29
HSL 37.11º 0.39% 0.52% -
HSV(B) 37.11º 0.54% 0.71% -
XYZ 30.21 29.97 12.38 -
YUV 147.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 180 143 83 0 0.21 0.54 0.29 37.11 0.39 0.52
Hex B4 8F 53 0 15 36 1D 25 27 34
Octal 264 217 123 0 25 66 35 45 47 64
Binary 10110100 10001111 1010011 0 10101 110110 11101 100101 100111 110100

Color Harmonies of #B48F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F53

Black with #B48F53

Text Example


Text Example

White with #B48F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F53; }

 p { color: rgb(180,143,83); }

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

background-color css

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

 a { background-color: rgb(180,143,83); }

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

border-color css

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

 span { border-color: rgb(180,143,83); }

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