Html Css Color HEX #B49068 Barley Corn

📋 copy color: '#B49068'

red 180 ◦ green 144 ◦ blue 104

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

Shades of Barley Corn #B49068

Tints of Barley Corn #B49068

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.64%

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

R = 42.06%
G = 33.64%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B49068 (or 0xB49068) is known color: Barley Corn. HEX triplet: B4, 90 and 68. RGB value is (180,144,104). Sum of RGB (Red+Green+Blue) = 180+144+104=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B49068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49068 is #4B6F97. Grayscale: #969696. Windows color (decimal): -4943768 or 6852788. OLE color: 6852788.

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

Color convert

RGB 180 144 104 -
CMYK 0 0.2 0.42 0.29
HSL 31.58º 0.34% 0.56% -
HSV(B) 31.58º 0.42% 0.71% -
XYZ 31.29 30.65 17.36 -
YUV 150.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 180 144 104 0 0.2 0.42 0.29 31.58 0.34 0.56
Hex B4 90 68 0 14 2A 1D 20 22 38
Octal 264 220 150 0 24 52 35 40 42 70
Binary 10110100 10010000 1101000 0 10100 101010 11101 100000 100010 111000

Color Harmonies of #B49068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49068

Black with #B49068

Text Example


Text Example

White with #B49068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49068; }

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

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

background-color css

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

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

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

border-color css

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

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

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