Html Css Color HEX #B49069 Barley Corn

📋 copy color: '#B49069'

red 180 ◦ green 144 ◦ blue 105

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

Shades of Barley Corn #B49069

Tints of Barley Corn #B49069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.48%

R = 41.96%
G = 33.57%
B = 24.48%

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

#B49069 (or 0xB49069) is known color: Barley Corn. HEX triplet: B4, 90 and 69. RGB value is (180,144,105). Sum of RGB (Red+Green+Blue) = 180+144+105=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B49069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49069 is #4B6F96. Grayscale: #969696. Windows color (decimal): -4943767 or 6918324. OLE color: 6918324.

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

Color convert

RGB 180 144 105 -
CMYK 0 0.2 0.42 0.29
HSL 31.2º 0.33% 0.56% -
HSV(B) 31.2º 0.42% 0.71% -
XYZ 31.35 30.67 17.63 -
YUV 150.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 180 144 105 0 0.2 0.42 0.29 31.2 0.33 0.56
Hex B4 90 69 0 14 2A 1D 1F 21 38
Octal 264 220 151 0 24 52 35 37 41 70
Binary 10110100 10010000 1101001 0 10100 101010 11101 11111 100001 111000

Color Harmonies of #B49069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49069

Black with #B49069

Text Example


Text Example

White with #B49069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49069; }

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

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

background-color css

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

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

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

border-color css

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

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

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