Html Css Color HEX #B48F5C Barley Corn

📋 copy color: '#B48F5C'

red 180 ◦ green 143 ◦ blue 92

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

Shades of Barley Corn #B48F5C

Tints of Barley Corn #B48F5C

RGB

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

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

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

R = 43.37%
G = 34.46%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B48F5C (or 0xB48F5C) is known color: Barley Corn. HEX triplet: B4, 8F and 5C. RGB value is (180,143,92). Sum of RGB (Red+Green+Blue) = 180+143+92=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F5C is #4B70A3. Grayscale: #949494. Windows color (decimal): -4944036 or 6066100. OLE color: 6066100.

HSL color Cylindrical-coordinate representation of color #B48F5C: hue angle of 34.77º 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 #B48F5C is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 143 92 -
CMYK 0 0.21 0.49 0.29
HSL 34.77º 0.37% 0.53% -
HSV(B) 34.77º 0.49% 0.71% -
XYZ 30.58 30.12 14.33 -
YUV 148.25 96.26 150.65 -
System Red Green Blue C M Y K H S L
Decimal 180 143 92 0 0.21 0.49 0.29 34.77 0.37 0.53
Hex B4 8F 5C 0 15 31 1D 23 25 35
Octal 264 217 134 0 25 61 35 43 45 65
Binary 10110100 10001111 1011100 0 10101 110001 11101 100011 100101 110101

Color Harmonies of #B48F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F5C

Black with #B48F5C

Text Example


Text Example

White with #B48F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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