Html Css Color HEX #B49468 Barley Corn

📋 copy color: '#B49468'

red 180 ◦ green 148 ◦ blue 104

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

Shades of Barley Corn #B49468

Tints of Barley Corn #B49468

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.26%

 BLUE value IS 104 (41.02% from 255) = 24.07%

R = 41.67%
G = 34.26%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B49468 (or 0xB49468) is known color: Barley Corn. HEX triplet: B4, 94 and 68. RGB value is (180,148,104). Sum of RGB (Red+Green+Blue) = 180+148+104=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B49468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49468 is #4B6B97. Grayscale: #989898. Windows color (decimal): -4942744 or 6853812. OLE color: 6853812.

HSL color Cylindrical-coordinate representation of color #B49468: hue angle of 34.74º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B49468 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 148 104 -
CMYK 0 0.18 0.42 0.29
HSL 34.74º 0.34% 0.56% -
HSV(B) 34.74º 0.42% 0.71% -
XYZ 31.91 31.88 17.57 -
YUV 152.55 100.6 147.58 -
System Red Green Blue C M Y K H S L
Decimal 180 148 104 0 0.18 0.42 0.29 34.74 0.34 0.56
Hex B4 94 68 0 12 2A 1D 23 22 38
Octal 264 224 150 0 22 52 35 43 42 70
Binary 10110100 10010100 1101000 0 10010 101010 11101 100011 100010 111000

Color Harmonies of #B49468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49468

Black with #B49468

Text Example


Text Example

White with #B49468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49468; }

 p { color: rgb(180,148,104); }

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

background-color css

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

 a { background-color: rgb(180,148,104); }

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

border-color css

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

 span { border-color: rgb(180,148,104); }

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