Html Css Color HEX #B49066 Barley Corn

📋 copy color: '#B49066'

red 180 ◦ green 144 ◦ blue 102

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

Shades of Barley Corn #B49066

Tints of Barley Corn #B49066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.94%

R = 42.25%
G = 33.8%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B49066 (or 0xB49066) is known color: Barley Corn. HEX triplet: B4, 90 and 66. RGB value is (180,144,102). Sum of RGB (Red+Green+Blue) = 180+144+102=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B49066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49066 is #4B6F99. Grayscale: #969696. Windows color (decimal): -4943770 or 6721716. OLE color: 6721716.

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

Color convert

RGB 180 144 102 -
CMYK 0 0.2 0.43 0.29
HSL 32.31º 0.34% 0.55% -
HSV(B) 32.31º 0.43% 0.71% -
XYZ 31.19 30.61 16.83 -
YUV 149.98 100.93 149.42 -
System Red Green Blue C M Y K H S L
Decimal 180 144 102 0 0.2 0.43 0.29 32.31 0.34 0.55
Hex B4 90 66 0 14 2B 1D 20 22 37
Octal 264 220 146 0 24 53 35 40 42 67
Binary 10110100 10010000 1100110 0 10100 101011 11101 100000 100010 110111

Color Harmonies of #B49066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49066

Black with #B49066

Text Example


Text Example

White with #B49066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49066; }

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

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

background-color css

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

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

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

border-color css

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

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

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