Html Css Color HEX #B49067 Barley Corn

📋 copy color: '#B49067'

red 180 ◦ green 144 ◦ blue 103

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

Shades of Barley Corn #B49067

Tints of Barley Corn #B49067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.12%

R = 42.15%
G = 33.72%
B = 24.12%

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

#B49067 (or 0xB49067) is known color: Barley Corn. HEX triplet: B4, 90 and 67. RGB value is (180,144,103). Sum of RGB (Red+Green+Blue) = 180+144+103=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B49067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49067 is #4B6F98. Grayscale: #969696. Windows color (decimal): -4943769 or 6787252. OLE color: 6787252.

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

Color convert

RGB 180 144 103 -
CMYK 0 0.2 0.43 0.29
HSL 31.95º 0.34% 0.55% -
HSV(B) 31.95º 0.43% 0.71% -
XYZ 31.24 30.63 17.1 -
YUV 150.09 101.43 149.33 -
System Red Green Blue C M Y K H S L
Decimal 180 144 103 0 0.2 0.43 0.29 31.95 0.34 0.55
Hex B4 90 67 0 14 2B 1D 20 22 37
Octal 264 220 147 0 24 53 35 40 42 67
Binary 10110100 10010000 1100111 0 10100 101011 11101 100000 100010 110111

Color Harmonies of #B49067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49067

Black with #B49067

Text Example


Text Example

White with #B49067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49067; }

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

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

background-color css

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

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

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

border-color css

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

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

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